Skip to content

Instantly share code, notes, and snippets.

View allansslima's full-sized avatar

Allan Lima allansslima

View GitHub Profile
@allansslima
allansslima / vimeo-downloader.js
Created October 20, 2021 20:43 — forked from mistic100/vimeo-downloader.js
Download video from Vimeo (chopped m4s files)
// 1. Open the browser developper console on the network tab
// 2. Start the video
// 3. In the dev tab, locate the load of the "master.json" file, copy its full URL
// 4. Run: node vimeo-downloader.js "<URL>"
// 5. Combine the m4v and m4a files with mkvmerge
const fs = require('fs');
const url = require('url');
const https = require('https');
@allansslima
allansslima / instagram-web-unfollow.js
Created May 23, 2019 15:52 — forked from lifenautjoe/instagram-web-unfollow.js
Script to unfollow people in the instagram website
/**
* Instagram web unfollow script
*
* WHAT IS IT?
* A script to unfollow people in the instagram website
*
* WHY?
* I needed to clean my account so I quickly did this
*
* HOW TO USE: