Skip to content

Digital Methods Initiative - Twitter Capture and Analysis Toolset

License

Notifications You must be signed in to change notification settings

niczem/dmi-tcat

 
 

Repository files navigation

DMI TCAT

Docker Image CI

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.

Installation

You can find detailed installation instructions in the wiki

Requirements

  • 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)

Debian and Ubuntu

Run:

curl https://raw.githubusercontent.com/digitalmethodsinitiative/dmi-tcat/master/helpers/tcat-install-linux.sh | sudo bash

Docker

This Docker image uses a modified version of the installer (helpers/tcat-install-linux.sh) as a shortcut for easy deployment with docker.

  1. Add config in ./docker/config
  2. build image: docker image build -t tcat:1.0 .
  3. run image: docker container run --publish 80:80 --detach --name tcat tcat:1.0

Issues

Please use the issue templates when reporting issues and bugs.

Status

Nice way to describe the fact that we don't have much

Contributing

We are happy to receive suggestions and improvements.

License

Apache License Version 2.0

About

Digital Methods Initiative - Twitter Capture and Analysis Toolset

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.0%
  • Shell 5.8%
  • JavaScript 1.4%
  • Other 0.8%