4cat icon indicating copy to clipboard operation
4cat copied to clipboard

The 4CAT Capture and Analysis Toolkit provides modular data capture & analysis for a variety of social media platforms.

Results 133 4cat issues
Sort by recently updated
recently updated
newest added

I noticed some things that could be improved with the write annotations processor that could be improved when fixing it to work with ndjson files. 1. New filtered dataset: Explorer...

enhancement
(mostly) back-end

Fresh installation on MAC with Docker from local files. Any idea what i did wrong? 4cat_backend: Waiting for postgres... PostgreSQL started Database already created Traceback (most recent call last): File...

Hi, I want to be able to specify a separate database host in the docker container /usr/src/app/docker/docker-entrypoint.sh users --host=db I want to specify a different --host so I can use...

(mostly) back-end
deployment
docker issue
PR-welcome

Support for external databases. When using external databases prefer SSL for secure connections. Fixes #283

Voluntarily, of course

enhancement

Telegram chats have linked "discussion" channels, where users can respond to messages in the main channel. Occasionally, these are also public, and if so, can also be found by the...

enhancement
data source

**Describe the bug** In the documentation for creating a [custom processor] (https://github.com/digitalmethodsinitiative/4cat/wiki/How-to-make-a-processor), the example code has "from backend.abstract.processor import BasicProcessor". It appears to now be "from backend.lib.processor import BasicProcessor" **To...

This is dependent on a PR for Zeeschuimer, but this adds functionality for viewing data from Gab in 4CAT. All posts are in the same format and include group, account,...

**Describe the bug** Unsure if this is in fact two issue and perhaps related to nginx/apache configuration... Something is off with Flask's `url_for` when used internally (i.e. not via a...

**Describe the bug** "/usr/src/app/common/config_manager.py", line 62, in load_user_settings module_config = pickle.load(infile) throws an `EOFError: Ran out of input` error in the frontend when building 4CAT via Docker. Starting up the...

bug
(mostly) back-end
docker issue