Skip to content

Instantly share code, notes, and snippets.

View piotr-zuralski's full-sized avatar
💭
I may be slow to respond.

Piotr Żuralski piotr-zuralski

💭
I may be slow to respond.
View GitHub Profile
@danhper
danhper / gitlab-to-bitbucket.py
Last active March 23, 2023 15:21
Script to migrate repositories from GitLab to Bitbucket
import os
import re
import subprocess
import requests
GITLAB_ENDPOINT = os.environ["GITLAB_ENDPOINT"]
GITLAB_TOKEN = os.environ["GITLAB_TOKEN"]
@micheleorselli
micheleorselli / app.yml
Last active October 8, 2018 10:55 — forked from fullo/app.yml
application: symfony-engine-ed
version: 1
runtime: php
api_version: 1
threadsafe: true
handlers:
- url: /favicon\.ico
static_files: web/favicon.ico