Documentation

Documentation

  • Website
  • Infrastructure
  • Utils

›Utils

Website

  • Frontend
  • Backend

Infrastruktur

  • Servers
  • Docker
  • CircleCi
  • Backup

Utils

  • Voucher
  • Slack bot
  • Scripts
  • Interest-form

Cool scripts

Download all the company logos

$ curl -s 'https://itdagene.no/graphql'  -H 'content-type: application/json' --data '{"query":"{c:currentMetaData {a:companiesLastDay{logo} b:companiesFirstDay {logo}}}","variables":null,"operationName":null}'  | jq -r ".data.c | (.a + .b)| .[] |.logo"  | sort -u  | parallel -N5 wget

Get all the names

$ curl -s 'https://itdagene.no/graphql' -H 'content-type: application/json' --data '{"query":"{c:currentMetaData {a:companiesLastDay{name} b:companiesFirstDay {name}}}","variables":null,"operationName":null}' | jq -r ".data.c | (.a + .b)| .[] |.name" | sort -u

Generate vouchers

drikkebong_mal.pdf and font.ttf can be found on the server. Just SSH in to find them.

time curl -s 'https://itdagene.no/graphql'  -H 'content-type: application/json' --data '{"query":"{c:currentMetaData {a:companiesLastDay{name} b:companiesFirstDay {name}}}","variables":null,"operationName":null}'  | time jq ".data.c | (.a + .b)| .[] |.name" | time sort -u | time xargs ./main drikkebong_mal.pdf
← Slack botInterest-form →
  • Download all the company logos
  • Get all the names
  • Generate vouchers
Documentation
Docs
Check out how the website is build.Learn about the development operations.Explore other services
More
Admin panelWebapp
Backend
Copyright © 2025 itDAGENE