HendrickxBrent / EmotionContagionDuringBlackLIvesMatter

0 stars 0 forks source link

Twarc scraping #3

Open HendrickxBrent opened 1 year ago

HendrickxBrent commented 1 year ago

this is some example code, this does not include the case for BLM

do this in the command prompt (cmd) of your computer!

change path name in the command prompt

cd C:\Users\Brent\Documents\Psychology\KUL\Psychologie\thesis\Twitter\March_day3

twarc2 configure

cd C:\Users\Brent\Documents\Psychology\KUL\thesisstatisticsdata\earlier for %f in (*.jsonl) do twarc2 csv --extra-input-columns "public_metrics.impression_count" %f > %~nf.csv:

info:

max_results (int):

The maximum number of results per request. Max is 500. // max is 100 when using context annotation

time [%Y-%m-%d|%Y-%m-%dT%H:%M:%S]

######################################## sample design

first two weeks march (4 milion total)

= 285 700 per day

= 11 904 per hour

= 2 976 per 15 min

= 992 per 5 min

= 198 per min

###################################################################################################################################################### #################################### day 28 ################################# ######################################################################################################################################################

change path name in the command prompt

cd C:\Users\Brent\Documents\Psychology\KUL\Psychologie\thesis\Twitter\Feb\Febr_day28

(twarc2 search --archive --start-time "2020-02-28T07:00:01" --end-time "2020-02-28T08:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_07_08.jsonl) & (twarc2 search --archive --start-time "2020-02-28T08:00:01" --end-time "2020-02-28T09:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_08_09.jsonl) & (twarc2 search --archive --start-time "2020-02-28T09:00:01" --end-time "2020-02-28T10:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_09_10.jsonl) & (twarc2 search --archive --start-time "2020-02-28T10:00:01" --end-time "2020-02-28T11:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_10_11.jsonl) & (twarc2 search --archive --start-time "2020-02-28T11:00:01" --end-time "2020-02-28T12:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_11_12.jsonl) & (twarc2 search --archive --start-time "2020-02-28T12:00:01" --end-time "2020-02-28T13:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_12_13.jsonl) & (twarc2 search --archive --start-time "2020-02-28T13:00:01" --end-time "2020-02-28T14:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_13_14.jsonl) & (twarc2 search --archive --start-time "2020-02-28T14:00:01" --end-time "2020-02-28T15:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_14_15.jsonl) & (twarc2 search --archive --start-time "2020-02-28T15:00:01" --end-time "2020-02-28T16:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning_15_16.jsonl) & (twarc2 search --archive --start-time "2020-02-28T16:00:01" --end-time "2020-02-28T17:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning16_17.jsonl) & (twarc2 search --archive --start-time "2020-02-28T17:00:01" --end-time "2020-02-28T18:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning17_18.jsonl) & (twarc2 search --archive --start-time "2020-02-28T18:00:01" --end-time "2020-02-28T19:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning18_19.jsonl) & (twarc2 search --archive --start-time "2020-02-28T19:00:01" --end-time "2020-02-28T20:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning19_20.jsonl) & (twarc2 search --archive --start-time "2020-02-28T20:00:01" --end-time "2020-02-28T21:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning20_21.jsonl) & (twarc2 search --archive --start-time "2020-02-28T21:00:01" --end-time "2020-02-28T22:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning2122.jsonl) & (twarc2 search --archive --start-time "2020-02-28T22:00:01" --end-time "2020-02-28T23:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning22_23.jsonl) & (twarc2 search --archive --start-time "2020-02-28T23:00:01" --end-time "2020-02-29T00:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning23_00.jsonl) & (twarc2 search --archive --start-time "2020-02-29T00:00:01" --end-time "2020-02-29T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 16000 tweetsMA1_morning00_01.jsonl)

###################################################################################################################################################### #################################### save fab ################################# ######################################################################################################################################################

cd C:\Users\Brent\Documents\Psychology\KUL\Psychologie\thesis\Twitter\2019\Feb\week1

cd C:\Users\Brent\Documents\Psychology\KUL\Psychologie\thesis\Twitter\2019\March_day1_6

cd C:\Users\Brent\Documents\Psychology\KUL\Psychologie\thesis\Twitter\2019\March_day20_31

days 1 - 7

(twarc2 csv tweetsMA1_morning_07_08_day1.jsonl tweets02_07_08.csv) & (twarc2 csv tweetsMA1_morning_08_09_day1.jsonl tweets02_08_09.csv) & (twarc2 csv tweetsMA1_morning_09_10_day1.jsonl tweets02_09_10.csv) & (twarc2 csv tweetsMA1_morning_10_11_day1.jsonl tweets02_10_11.csv) & (twarc2 csv tweetsMA1_morning_11_12_day1.jsonl tweets02_11_12.csv) & (twarc2 csv tweetsMA1_morning_12_13_day1.jsonl tweets02_12_13.csv) & (twarc2 csv tweetsMA1_morning_13_14_day1.jsonl tweets02_13_14.csv) & (twarc2 csv tweetsMA1_morning_14_15_day1.jsonl tweets02_14_15.csv) & (twarc2 csv tweetsMA1_morning_15_16_day1.jsonl tweets02_15_16.csv) & (twarc2 csv tweetsMA1_morning16_17_day1.jsonl tweets16_17.csv) & (twarc2 csv tweetsMA1_morning17_18_day1.jsonl tweets17_18.csv) & (twarc2 csv tweetsMA1_morning18_19_day1.jsonl tweets18_19.csv) & (twarc2 csv tweetsMA1_morning19_20_day1.jsonl tweets19_20.csv) & (twarc2 csv tweetsMA1_morning20_21_day1.jsonl tweets20_21.csv) & (twarc2 csv tweetsMA1_morning21_22__day1.jsonl tweets21_22.csv) & (twarc2 csv tweetsMA1_morning22_23_day1.jsonl tweets22_23.csv) & (twarc2 csv tweetsMA1_morning23_00_day1.jsonl tweets23_00.csv) & (twarc2 csv tweetsMA1_morning00_01_day1.jsonl tweets00_01.csv)

(twarc2 csv tweetsMA1_morning_07_08_day2.jsonl tweets02_07_08_day2.csv) & (twarc2 csv tweetsMA1_morning_08_09_day2.jsonl tweets02_08_09_day2.csv) & (twarc2 csv tweetsMA1_morning_09_10_day2.jsonl tweets02_09_10_day2.csv) & (twarc2 csv tweetsMA1_morning_10_11_day2.jsonl tweets02_10_11_day2.csv) & (twarc2 csv tweetsMA1_morning_11_12_day2.jsonl tweets02_11_12_day2.csv) & (twarc2 csv tweetsMA1_morning_12_13_day2.jsonl tweets02_12_13_day2.csv) & (twarc2 csv tweetsMA1_morning_13_14_day2.jsonl tweets02_13_14_day2.csv) & (twarc2 csv tweetsMA1_morning_14_15_day2.jsonl tweets02_14_15_day2.csv) & (twarc2 csv tweetsMA1_morning_15_16_day2.jsonl tweets02_15_16_day2.csv) & (twarc2 csv tweetsMA1_morning16_17_day2.jsonl tweets16_17_day2.csv) & (twarc2 csv tweetsMA1_morning17_18_day2.jsonl tweets17_18_day2.csv) & (twarc2 csv tweetsMA1_morning18_19_day2.jsonl tweets18_19_day2.csv) & (twarc2 csv tweetsMA1_morning19_20_day2.jsonl tweets19_20_day2.csv) & (twarc2 csv tweetsMA1_morning20_21_day2.jsonl tweets20_21_day2.csv) & (twarc2 csv tweetsMA1_morning21_22__day2.jsonl tweets21_22_day2.csv) & (twarc2 csv tweetsMA1_morning22_23_day2.jsonl tweets22_23_day2.csv) & (twarc2 csv tweetsMA1_morning23_00_day2.jsonl tweets23_00_day2.csv) & (twarc2 csv tweetsMA1_morning00_01_day2.jsonl tweets00_01_day2.csv)

(twarc2 csv tweetsMA1_morning_07_08_day3.jsonl tweets02_07_08_day3.csv) & (twarc2 csv tweetsMA1_morning_08_09_day3.jsonl tweets02_08_09_day3.csv) & (twarc2 csv tweetsMA1_morning_09_10_day3.jsonl tweets02_09_10_day3.csv) & (twarc2 csv tweetsMA1_morning_10_11_day3.jsonl tweets02_10_11_day3.csv) & (twarc2 csv tweetsMA1_morning_11_12_day3.jsonl tweets02_11_12_day3.csv) & (twarc2 csv tweetsMA1_morning_12_13_day3.jsonl tweets02_12_13_day3.csv) & (twarc2 csv tweetsMA1_morning_13_14_day3.jsonl tweets02_13_14_day3.csv) & (twarc2 csv tweetsMA1_morning_14_15_day3.jsonl tweets02_14_15_day3.csv) & (twarc2 csv tweetsMA1_morning_15_16_day3.jsonl tweets02_15_16_day3.csv) & (twarc2 csv tweetsMA1_morning16_17_day3.jsonl tweets16_17_day3.csv) & (twarc2 csv tweetsMA1_morning17_18_day3.jsonl tweets17_18_day3.csv) & (twarc2 csv tweetsMA1_morning18_19_day3.jsonl tweets18_19_day3.csv) & (twarc2 csv tweetsMA1_morning19_20_day3.jsonl tweets19_20_day3.csv) & (twarc2 csv tweetsMA1_morning20_21_day3.jsonl tweets20_21_day3.csv) & (twarc2 csv tweetsMA1_morning21_22__day3.jsonl tweets21_22_day3.csv) & (twarc2 csv tweetsMA1_morning22_23_day3.jsonl tweets22_23_day3.csv) & (twarc2 csv tweetsMA1_morning23_00_day3.jsonl tweets23_00_day3.csv) & (twarc2 csv tweetsMA1_morning00_01_day3.jsonl tweets00_01_day3.csv)

(twarc2 csv tweetsMA1_morning_07_08_day4.jsonl tweets02_07_08_day4.csv) & (twarc2 csv tweetsMA1_morning_08_09_day4.jsonl tweets02_08_09_day4.csv) & (twarc2 csv tweetsMA1_morning_09_10_day4.jsonl tweets02_09_10_day4.csv) & (twarc2 csv tweetsMA1_morning_10_11_day4.jsonl tweets02_10_11_day4.csv) & (twarc2 csv tweetsMA1_morning_11_12_day4.jsonl tweets02_11_12_day4.csv) & (twarc2 csv tweetsMA1_morning_12_13_day4.jsonl tweets02_12_13_day4.csv) & (twarc2 csv tweetsMA1_morning_13_14_day4.jsonl tweets02_13_14_day4.csv) & (twarc2 csv tweetsMA1_morning_14_15_day4.jsonl tweets02_14_15_day4.csv) & (twarc2 csv tweetsMA1_morning_15_16_day4.jsonl tweets02_15_16_day4.csv) & (twarc2 csv tweetsMA1_morning16_17_day4.jsonl tweets16_17_day4.csv) & (twarc2 csv tweetsMA1_morning17_18_day4.jsonl tweets17_18_day4.csv) & (twarc2 csv tweetsMA1_morning18_19_day4.jsonl tweets18_19_day4.csv) & (twarc2 csv tweetsMA1_morning19_20_day4.jsonl tweets19_20_day4.csv) & (twarc2 csv tweetsMA1_morning20_21_day4.jsonl tweets20_21_day4.csv) & (twarc2 csv tweetsMA1_morning21_22__day4.jsonl tweets21_22_day4.csv) & (twarc2 csv tweetsMA1_morning22_23_day4.jsonl tweets22_23_day4.csv) & (twarc2 csv tweetsMA1_morning23_00_day4.jsonl tweets23_00_day4.csv) & (twarc2 csv tweetsMA1_morning00_01_day4.jsonl tweets00_01_day4.csv)

(twarc2 csv tweetsMA1_morning_07_08_day5.jsonl tweets02_07_08_day5.csv) & (twarc2 csv tweetsMA1_morning_08_09_day5.jsonl tweets02_08_09_day5.csv) & (twarc2 csv tweetsMA1_morning_09_10_day5.jsonl tweets02_09_10_day5.csv) & (twarc2 csv tweetsMA1_morning_10_11_day5.jsonl tweets02_10_11_day5.csv) & (twarc2 csv tweetsMA1_morning_11_12_day5.jsonl tweets02_11_12_day5.csv) & (twarc2 csv tweetsMA1_morning_12_13_day5.jsonl tweets02_12_13_day5.csv) & (twarc2 csv tweetsMA1_morning_13_14_day5.jsonl tweets02_13_14_day5.csv) & (twarc2 csv tweetsMA1_morning_14_15_day5.jsonl tweets02_14_15_day5.csv) & (twarc2 csv tweetsMA1_morning_15_16_day5.jsonl tweets02_15_16_day5.csv) & (twarc2 csv tweetsMA1_morning16_17_day5.jsonl tweets16_17_day5.csv) & (twarc2 csv tweetsMA1_morning17_18_day5.jsonl tweets17_18_day5.csv) & (twarc2 csv tweetsMA1_morning18_19_day5.jsonl tweets18_19_day5.csv) & (twarc2 csv tweetsMA1_morning19_20_day5.jsonl tweets19_20_day5.csv) & (twarc2 csv tweetsMA1_morning20_21_day5.jsonl tweets20_21_day5.csv) & (twarc2 csv tweetsMA1_morning21_22__day5.jsonl tweets21_22_day5.csv) & (twarc2 csv tweetsMA1_morning22_23_day5.jsonl tweets22_23_day5.csv) & (twarc2 csv tweetsMA1_morning23_00_day5.jsonl tweets23_00_day5.csv) & (twarc2 csv tweetsMA1_morning00_01_day5.jsonl tweets00_01_day5.csv)

(twarc2 search --archive --start-time "2020-01-15T07:00:01" --end-time "2020-01-15T08:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_07_08_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T08:00:01" --end-time "2020-01-15T09:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_08_09_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T09:00:01" --end-time "2020-01-15T10:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_09_10_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T10:00:01" --end-time "2020-01-15T11:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_10_11_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T11:00:01" --end-time "2020-01-15T12:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_11_12_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T12:00:01" --end-time "2020-01-15T13:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_12_13_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T13:00:01" --end-time "2020-01-15T14:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_13_14_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T14:00:01" --end-time "2020-01-15T15:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_14_15_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T15:00:01" --end-time "2020-01-15T16:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_15_16_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T16:00:01" --end-time "2020-01-15T17:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning16_17_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T17:00:01" --end-time "2020-01-15T18:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning17_18_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T18:00:01" --end-time "2020-01-15T19:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning18_19_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T19:00:01" --end-time "2020-01-15T20:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning19_20_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T20:00:01" --end-time "2020-01-15T21:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning20_21_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T21:00:01" --end-time "2020-01-15T22:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning21_22day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T22:00:01" --end-time "2020-01-15T23:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning22_23_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-15T23:00:01" --end-time "2020-01-16T00:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning23_00_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-16T00:00:01" --end-time "2020-01-16T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning00_01_day15.jsonl) & (twarc2 search --archive --start-time "2020-01-16T07:00:01" --end-time "2020-01-16T08:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_07_08_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T08:00:01" --end-time "2020-01-16T09:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_08_09_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T09:00:01" --end-time "2020-01-16T10:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_09_10_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T10:00:01" --end-time "2020-01-16T11:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_10_11_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T11:00:01" --end-time "2020-01-16T12:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_11_12_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T12:00:01" --end-time "2020-01-16T13:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_12_13_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T13:00:01" --end-time "2020-01-16T14:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_13_14_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T14:00:01" --end-time "2020-01-16T15:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_14_15_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T15:00:01" --end-time "2020-01-16T16:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning_15_16_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T16:00:01" --end-time "2020-01-16T17:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning16_17_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T17:00:01" --end-time "2020-01-16T18:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning17_18_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T18:00:01" --end-time "2020-01-16T19:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning18_19_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T19:00:01" --end-time "2020-01-16T20:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning19_20_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T20:00:01" --end-time "2020-01-16T21:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning20_21_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T21:00:01" --end-time "2020-01-16T22:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning21_22day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T22:00:01" --end-time "2020-01-16T23:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning22_23_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-16T23:00:01" --end-time "2020-01-17T00:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning23_00_day16.jsonl) & (twarc2 search --archive --start-time "2020-01-17T00:00:01" --end-time "2020-01-17T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 --limit 5000 tweetsMA1_morning00_01_day16.jsonl)

(twarc2 search --archive --start-time "2020-04-12T07:00:01" --end-time "2020-04-13T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_07_08_day12.jsonl) & (twarc2 search --archive --start-time "2020-04-11T07:00:01" --end-time "2020-04-12T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_08_09_day11.jsonl)

(twarc2 search --archive --start-time "2020-04-10T07:00:01" --end-time "2020-04-11T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_07_08_day10.jsonl) & (twarc2 search --archive --start-time "2020-04-09T07:00:01" --end-time "2020-04-10T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_08_09_day9.jsonl)

(twarc2 search --archive --start-time "2020-06-11T07:00:01" --end-time "2020-06-13T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_07_08_day11_12.jsonl) & (twarc2 search --archive --start-time "2020-06-13T07:00:01" --end-time "2020-06-15T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_08_09_day13_14.jsonl) & (twarc2 search --archive --start-time "2020-06-15T07:00:01" --end-time "2020-06-17T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_07_08_day15_16.jsonl) & (twarc2 search --archive --start-time "2020-06-17T07:00:01" --end-time "2020-06-19T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_08_09_day17_18.jsonl) & (twarc2 search --archive --start-time "2020-06-19T07:00:01" --end-time "2020-06-21T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_07_08_day19_20.jsonl) & (twarc2 search --archive --start-time "2020-06-21T07:00:01" --end-time "2020-06-23T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_08_09_day21_22.jsonl) & (twarc2 search --archive --start-time "2020-06-23T07:00:01" --end-time "2020-06-25T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_07_08_day23_24.jsonl) & (twarc2 search --archive --start-time "2020-06-25T07:00:01" --end-time "2020-06-27T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_08_09_day25_26.jsonl) & (twarc2 search --archive --start-time "2020-06-27T07:00:01" --end-time "2020-07-01T01:00:00" " -is:retweet lang:en place_country:GB" --max-results 100 tweetsMA1_morning_07_08_day27_30.jsonl)