This project is a Next.js web application that allows users to view Instagram stories anonymously.
- View Instagram stories anonymously
- Go to the website and enter the username of the account you want to view stories from
- Click on the "View Stories" button
- Wait for the stories to load
- Click on a story to view it
- You can only view stories from public accounts
- The app does not support viewing stories from private accounts
- The app does not support viewing stories from accounts with private stories
- The current scraping method I am able to use is not reliable for fetching video stories, and may not work as expected.
- This app is hosted on vercel and may have performance issues due to hosting limits.
- Clone the repository
- Install the dependencies with
npm install
- Start the development server with
npm run dev
- Open
http://localhost:3000
in your browser
- Build the app with
npm run build
- Deploy the app to a server or hosting platform of your choice