A Logstash-based Twitter crawler developed by UNIKO, based on the Twitter Stream API, unlike the previously developed search-API-based crawler.
It provides a Web-based user interface that allows users to manage their keywords.
docker and docker-compose
- Create
.env
based on.env.example
with your own Twitter app keys. - Run
docker-compose up --build
- Open
localhost:8080
in a web browser - Results shoud be in the
output
folder.