Stijn Peeters

Results 36 comments of Stijn Peeters

To enable this, in `config.py`: ``` DATASOURCES = { "dmi-tcat": { "instances": ["http://tcat7.digitalmethods.net"] } } ``` (for example)

Thanks a lot for testing this! I hadn't thought about the API. It should be run by all instances, since it reports statistics about that instance and is used to...

These were all great suggestions. I've done the following: - Changed the way worker interrupts are requested. Now the scheduler checks the database on each loop to see if there...

Based on the experience so far, I think this needs a better way to share result files between instances. Relying on network mounts is not so great, you run into...

This is an issue with the Telegram datasource specifically, which loads some javascript to facilitate its use of security codes, which overrides the 'submit' event listener: https://github.com/digitalmethodsinitiative/4cat/blob/ad0a65ad52bd826d8c3d789a51442572f8bec8a6/datasources/telegram/webtool/tool.js#L4

Thanks for noticing this! This is an issue indeed though it is a bit tricky to fix robustly. I see four options... 1. Replace retweeted tweets with the original tweets....

Hi @LukasHyde , in the commit referenced above I have at least made it expand the `body` to include the full retweet, as `RT @username: [full tweet]` (instead of just...

Should they still show up in the general overview in that case? This issue could also be one for a general overhaul of the result view, which could use more...

Also: the CSV preview could maybe have a quick filter/sorting feature? Though it should then also be clear to the user that they're (potentially) only working with part of the...

Current plan: a separate tool/package that collects data, stores it as scraped in MongoDB, indexes it with ElasticSearch, and makes it available to 4CAT through a light-weight API that returns...