-
Notifications
You must be signed in to change notification settings - Fork 0
/
Debian-Kali-Ubuntu-Mint-Elementry Instructions
35 lines (23 loc) · 1.49 KB
/
Debian-Kali-Ubuntu-Mint-Elementry Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Instructions for GNU/Linux Debian/Kali/Ubuntu/Mint/Elementry/Parriot
Step 1: Installing instagram-scraper
1. Route 1 (Reccomended).Open Up the Terminal and Type in.
sudo apt install python3-pip
sudo pip3 install instagram Scraper
You will most likley already have Python3 Installed but in case you dont I included the Command to install. Sudo is only needed for Ubuntu based Systems (Mint/Peppermint/Ubuntu/ElementryOS). Route 1 is only needed for if you want Instagram Scraper to be in the default directory and to be able to use the command instagram-scraper without specifing a full location for the executable.
1. Route 2 (For Advanced Users).
sudo apt install git
git clone https://github.com/rarcega/instagram-scraper.git
cd /home/osusername/instagram-scraper/
python3 setup.py install
This will create a folder in your Home Directory where you can manually run the programme from. You will need to specify the full location of the instagram-scraper executable.
Step 2: Install Java
sudo apt-get install openjdk-8-jdk
Step 3: Download the GUI
git clone https://github.com/Asbestosstar/instagram-scraper_gui.git
Step 4: Make sure it is executable
cd /home/osusername/instagram-scraper_gui/
chmod +x Instagram-Scraper_GUI-ver.jar (replace ver with the version number)
Step 5: Make sure you have a Desktop Eviroment
In order to run Most GUI Software you must have a Desktop Enviroment such as GNOME, XCFE, or MATE
Step 6: Run the GUI
Instagram-Scraper_GUI-ver.jar (replace ver with the version number)