Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nachokhan/basic_instagram_unfollowers

Basic connection to Instaram for retrieveing unfollowers for TikTok Demo
https://github.com/nachokhan/basic_instagram_unfollowers

Last synced: about 2 months ago
JSON representation

Basic connection to Instaram for retrieveing unfollowers for TikTok Demo

Awesome Lists containing this project

README

        

# Add Instagram Accounts

1. Make a copy of the `user_and_pass.py.sample` file.
2. Remove the ".sample" extension.
3. Add all the users/passwords you want in the dictionary.

# Run the Project

1. Create Environment

```
python3 -m venv .env
```

2. Activate Environment

```
source .env/bin/activate
```

3. Install Requirements

```
pip install -r requirements.txt
```

4. Run the Main File

```
python -m main
```
# Disclaimer

The code contained in this repository is provided solely for educational and recreational purposes. The authors and editors of this code assume no responsibility for any use that may be made of it.

The use of this code in production applications or systems, as well as in any other context, is entirely at the user's own risk. It is strongly recommended to review and understand the code before implementation and take appropriate measures to ensure security and compliance with relevant regulations.

The authors and editors do not offer any implicit or explicit warranties regarding the suitability, reliability, or accuracy of this code for any specific purpose.

Any use of the code from this repository is done at the user's own risk, and the authors and editors will not be liable for any direct or indirect damages that may result from such use.

It is strongly recommended to act ethically and legally when using this code, and to respect the terms of service and applicable laws.

By using this code, you agree to these terms and conditions of the disclaimer.

This disclaimer may be subject to changes or updates without prior notice.

Please ensure responsible use of this tool and comply with Instagram's terms of service.