The Digital Methods Initiative Twitter Capture and Analysis Toolset (DMI-TCAT) allows one to retrieve and collect tweets from Twitter and to analyze them in various ways.
You can find detailed installation instructions in the wiki
- Twitter API credentials (these can be obtained from https://apps.twitter.com)
- One of the following Linux distributions:
- Ubuntu 18.04
- Debian 9.*
- ... or Docker (experimental)
Run:
curl https://raw.githubusercontent.com/digitalmethodsinitiative/dmi-tcat/master/helpers/tcat-install-linux.sh | sudo bash
This Docker image uses a modified version of the installer (helpers/tcat-install-linux.sh) as a shortcut for easy deployment with docker.
- Add config in
./docker/config
- build image:
docker image build -t tcat:1.0 .
- run image:
docker container run --publish 80:80 --detach --name tcat tcat:1.0
Please use the issue templates when reporting issues and bugs.
Nice way to describe the fact that we don't have much
We are happy to receive suggestions and improvements.
Apache License Version 2.0