Skip to content

leandrobernal-dev/anonymous-insta_stories-viewer

Repository files navigation

Instagram Anonymous Story Viewer

This project is a Next.js web application that allows users to view Instagram stories anonymously.

Features

  • View Instagram stories anonymously

How to use

  1. Go to the website and enter the username of the account you want to view stories from
  2. Click on the "View Stories" button
  3. Wait for the stories to load
  4. Click on a story to view it

Limitations

  • 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.

Development

  • Clone the repository
  • Install the dependencies with npm install
  • Start the development server with npm run dev
  • Open http://localhost:3000 in your browser

Deployment

  • Build the app with npm run build
  • Deploy the app to a server or hosting platform of your choice