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.
To get started with this application, you create a .env file with your credentials:
USERNAME="xxx"
PASSWORD="***"
Installing the dependencies
yarn
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.
- 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.
If you would like to contribute to this project, feel free to submit a pull request or open an issue.
This project is licensed under the MIT License. See the LICENSE file for details.
Runs a cron job every specified to sync followers with close friends. See /server/sync-with-followers/config