Skip to content

Instantly share code, notes, and snippets.

View CxrlosKenobi's full-sized avatar
🏴‍☠️

Carlos CxrlosKenobi

🏴‍☠️
View GitHub Profile
@CxrlosKenobi
CxrlosKenobi / Migrating_yarn.md
Last active April 13, 2023 02:45
Cool bash one-liner run to migrate/upgrade the yarn version to 2+

Automation of Yarn migration to v2

Update your global yarn to v2 (berry) with error handling and logs. It covers the entire process, from updating npm config files to committing changes and updating the lockfile.

I'm open to improvements

PD: It basically automates (https://yarnpkg.com/getting-started/migration)

@CxrlosKenobi
CxrlosKenobi / Unfollowers.md
Last active September 28, 2022 02:02
Knowing who don't follow you back on Instagram with Python

Knowing who don't follow you back on Instagram with Python

Step-by-step

1. Install dependencies

First of all you must install the Instaloader library with pip for your python version.

pip install instaloader