diff --git a/README.md b/README.md index 3eda0da..67f1fe9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ a series of scripts to generate word cloud from social media posts * (optional) create a python3 virtual environment * install requirements mentioned in [_requirements.txt_](requirements.txt) and [twint](https://github.com/twintproject/twint) * export a chat to a place such as _tweets.json_ with ```twint -u -o tweets.json --json --filter-retweets``` or ```twint -u -o tweets.json --json -cq "from: \-filter:replies"``` - * you may also use ```--profile-full``` flag. + * you may also use ```--timeline``` flag. > Twitter can shadow-ban accounts, which means that their tweets will not be available via search. To solve this, pass --profile-full if you are using Twint via CLI or, if are using Twint as module, add config.Profile_full = True. Please note that this process will be quite slow [[+](https://github.com/twintproject/twint#faq)]. * run script as: `python3 -m twtr tweets.json res.png` to generate _res.png_