Skip to content

Instantly share code, notes, and snippets.

@DrBomb
DrBomb / libertyexpress.py
Created April 15, 2021 18:59
Script para descargar el estado de los paquetes de tu cuenta de liberty express. Primera version
'''
Autor: Juan Molero
Un script para descargar el estado de los paquetes en una cuenta de Liberty Express
Primera version.
Requerimientos:
- BeautifulSoup4
- requests
@DrBomb
DrBomb / Vagrantfile
Last active February 27, 2020 15:07
mOS Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at