Skip to content

lucadard/InstagramCloseFriends

 
 

Repository files navigation

Instagram Close Friends List Manager

This application allows you to manage multiple Instagram Close Friends lists through a simple GUI. You can create, edit, and delete lists, and add or remove users from each list.

Getting Started

To get started with this application, you create a .env file with your credentials:

USERNAME="xxx"
PASSWORD="***"

Installing the dependencies

yarn

Usage

To start the application, run the following commands:

npm server
npm start

This will start the development server and open the application in your default browser.

Features

  • Create a new Close Friends list by entering a name and clicking the "Create List" button.
  • Edit the name of an existing Close Friends list by clicking the "Edit" button next to the list.
  • Delete an existing Close Friends list by clicking the "Delete" button next to the list.
  • Add users to a Close Friends list by entering their Instagram username and clicking the "Add User" button.
  • Remove users from a Close Friends list by clicking the "Remove" button next to the user.

Contributing

If you would like to contribute to this project, feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Sync with followers

Runs a cron job every specified to sync followers with close friends. See /server/sync-with-followers/config

About

Manage multiple Instagram close friend lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.8%
  • JavaScript 40.5%
  • HTML 4.2%
  • CSS 1.5%