An open API service indexing awesome lists of open source software.

https://github.com/pripoliveira50/instaloader-script

๐Ÿ“ธ A Python script using Instaloader to fetch and research Instagram user profile data via the terminal.
https://github.com/pripoliveira50/instaloader-script

automation cli instagram instaloader instaloader-scripts python scraper

Last synced: 6 months ago
JSON representation

๐Ÿ“ธ A Python script using Instaloader to fetch and research Instagram user profile data via the terminal.

Awesome Lists containing this project

README

          

# ๐Ÿ“ธ Instaloader Script

A simple Python script that leverages the Instaloader library to fetch data from Instagram user profiles.

---

## ๐Ÿ˜ธ About the Project

**Instaloader Script** is a CLI-based Python project built to perform quick lookups and data extraction from public Instagram user profiles. It uses the [Instaloader](https://instaloader.github.io/) library to fetch information directly from the terminal, such as profile metadata, posts, stories, and more.

---

## ๐Ÿš€ Technologies Used

- **Python 3**
- **Instaloader**

---

## ๐Ÿ“ฆ Requirements

Before running this project, make sure you have the following:

- โœ… Python 3 installed
- โœ… Instaloader installed

To install Instaloader, run:

```bash
pip3 install instaloader
```

---

## ๐Ÿงฐ Getting Started

### 1๏ธโƒฃ Clone the repository

```bash
git clone https://github.com/your-username/instaloader-script.git
cd instaloader-script
```

### 2๏ธโƒฃ Run the script

```bash
sudo python3 main.py
```

> โš ๏ธ Use `sudo` only on macOS or Linux if necessary due to permission issues.

---

## ๐Ÿ“‚ Folder Structure

```
instaloader-script/
โ”œโ”€โ”€ .codesandbox/ # Optional configs for sandboxed environments
โ”‚ โ”œโ”€โ”€ Dockerfile
โ”‚ โ””โ”€โ”€ tasks.json
โ”œโ”€โ”€ main.py # Main script file to execute Instaloader
โ””โ”€โ”€ README.md # Project documentation
```

---

## ๐Ÿงช Example Use Cases

Here are some examples of what you can do with Instaloader:

- Download all posts from a public profile
- Fetch profile pictures or metadata
- Download stories or IGTV videos (when public)
- Perform simple research tasks from the command line

You can customize `main.py` to suit your specific use case.

---

## ๐Ÿ“„ License

This project is open-source and available under the MIT License.

---

๐Ÿš€ Made with โค๏ธ by [Priscila Oliveira](https://github.com/pripoliveira50/)