Neofetch but with a random image from your favorite Instagram account! (also it's in Python)
- A working neofetch installation
- A functioning image backend for neofetch in your terminal of choice
- This instagram scraper, written in Python
Clone this repository:
git clone https://github.com/MasterMax13124/instafetch/
and cd into it. Open instafetch.py in your favorite text editor and add the following values:
backendneeds to be the name of your image backend for neofetchusernameis the Instagram username that you want to pull the images from. It needs to be a public account!postlimitlimits how many posts the script looks at for the random selection, you can play around with this I guess
Once you're done with that, just run python3 instafetch.py and you should be good to go. Most errors are probably to do with the instagram scraper, look to their GitHub page for fixes.