Skip to content
View Rotzke's full-sized avatar
🇩🇪
🇩🇪
Block or Report

Block or report Rotzke

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rotzke/README.md

Stack

Manifest

apiVersion: batch/v1
kind: Job
metadata:
  name: devops-engineer
spec:
  manualSelector: true
  parallelism: 1
  template:
    spec:
      containers:
      - name: nils-rotskyi
        image: human:notreallylatest
        command: ["work", "-n=10h"]
      restartPolicy: Always
  backoffLimit: 4

Pinned

  1. fetlife fetlife Public

    Users parser for Fetlife website.

    Python 9 5

  2. ssnfinder ssnfinder Public

    HTML 3

  3. instagram_private_api instagram_private_api Public

    Forked from ping/instagram_private_api

    A Python library to access Instagram's private API.

    Python

  4. nginx-gridfs nginx-gridfs Public

    Forked from nieoding/nginx-gridfs

    Nginx module for serving files from MongoDB's GridFS( support SCRAM-SHA-1)

    C