A small Ruby script to help you backup your following accounts from one Instagram account from another.
Are you worried that Instagram might "randomly"[1] delete your account?
You can always make a new backup account, but how will you follow all your favorite accounts again?
Manually? No, save your fingerwork for something better.
Just let a computer follow those accounts for you!
[1] This is not pure randomness as experts might argue.
- Set up an your login information as enviornment variables in your
~/.zshrc
or~/.bashrc
file, like this:
export INSTAFOLLOWUSER='(Your username)'
export INSTAFOLLOWPW='(Your password)'
-
cd
to this directory -
Make a list of accounts you want to follow in
list
file (located in repository). For each account you want to follow, write it in a new line.
Example:
github
bigdataguru
thecodergeek
programmerplus
coolandsmartrr
- Run this line in terminal:
ruby main.rb
Set up a new "Issue" on this Github repository.