Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nachokhan/basic_instagram_unfollowers
- Owner: nachokhan
- Created: 2023-09-10T23:57:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T18:04:38.000Z (over 1 year ago)
- Last Synced: 2024-10-12T01:32:37.493Z (3 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
# DisclaimerThe 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.