See Team members
export BEARER_TOKEN=Bearer Token
python3 ./src/twitter/get_tweets.py
cat 2021_04_11_china_.json | jq -r '.data[] | {author_id,id,text}' | jq -s | jq -r '(map(keys) | add | unique) as $cols | map(. as $row | $cols | map($row[.])) as $rows | $cols, $rows[] | @csv' > 2021_04_11_china.csv
pip3 install jupyterlab
Run the command below and a web browser will be started.
jupyter-lab
There is a script under src/jupyter. You can also create a new notebook.
Commonly used commands for jupyter can be found here.