Jan 2020
The plugin monitors your Instagram feed automatically. Using this information, we will be able to tell if the algorithms that decide what users see give priority to certain type of content and if they censor other types of content.
The results of the investigation will be published by AlgorithmWatch and their media partners.
The plugin only records data about some of the accounts you follow and the date and time at which content from certain accounts appear in your newsfeed. Your user name is pseudonymized using a one-way cryptographic hash function, so that it is impossible to identify you.
The data will only ever be used for the journalistic investigation "Monitoring Instagram" and will never be sold or shared with any third-parties.
Required
- pipenv
- docker & docker-compose (in order to run postgres database)
Instructions
make installbackend
make migrate
make createsuperuser
make runbackend
Schedulers (hourly)
$ python manage.py gvision
$ python manage.py ig_scraper
Required
- yarn
Instructions
make installwebext
make runwebext
- Bump the version up in web-ext/extension/manifest.json
make build_webext
- Submit a new version on addons.mozilla.org in order to auto signed it
- Wait for approval and download the .xpi file
- Copy the .xpi file to backend/static/web-ext-releases
- Deploy the backend
The new version is now published and will be upgraded by browsers in the next 24h.