Skip to content

Commit

Permalink
Create Social Media Scrapers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tjnull authored Nov 19, 2022
1 parent 7825686 commit 18b5381
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Raw Markdown/Resources/Tools/Social Media Scrapers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Instagram:

## Instaloader
- https://github.com/instaloader/instaloader

## Installation
In Kali Linux: ```sudo apt install instaloader```

## Toutatis:
- https://github.com/megadose/toutatis

## Installation:
```
git clone https://github.com/megadose/toutatis.git
cd toutatis/
python3 setup.py install
```

Usage:
- toutatis -u username -s instagramsessionid

# Masto
- https://github.com/C3n7ral051nt4g3ncy/Masto

## Installation
```
git clone https://github.com/C3n7ral051nt4g3ncy/Masto
pip3 install -r requirements.txt
```

## Using Masto
- python3 masto.py -u {username}
- python3 masto.py -i {instance}

0 comments on commit 18b5381

Please sign in to comment.