Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| twitter_cli [2022/02/06 14:49] – created niklas | twitter_cli [2024/02/14 12:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Twitter CLI ====== | ====== Twitter CLI ====== | ||
| + | |||
| + | Twitter CLI is a useful tool for analysing followers etc. on Twitter and allows for exporting into csv files. [[https:// | ||
| How to set up Twitter CLI on a Mac: | How to set up Twitter CLI on a Mac: | ||
| Line 12: | Line 14: | ||
| This is using Ruby 2.7 but supposedly you should be able to use Ruby 3 as well. | This is using Ruby 2.7 but supposedly you should be able to use Ruby 3 as well. | ||
| + | |||
| + | In addition, this could be help: | ||
| + | <code bash> | ||
| + | gem install twitter -v 6.1.0 | ||
| + | gem uninstall twitter -v 6.2.0 | ||
| + | </ | ||
| + | |||
| + | |||
| - | [[https:// | ||