Download tweets by API or SNScrape
python3 -m venv myVenv
source myVenv/bin/activate
pip install -r requirements.txt
python3 scrape_tweets.py 1 False > outsns_track1.txt
for SNScrapepython3 scrape_tweets.py 2 True > outsns_track2.txt
for API
- SNScrape, a CSV.
- API, jsonl (one line per tweet).
- Add params for
since
,until
for SNScrape, nowhard-coded
. - Add params for track list keywords, now
hard-coded
.