Skip to content

This is a simple JavaScript server using Express.js and WebDriverIO to scrape a specific website to obtain a list of Instagram stalkers from the provided username. This server is created for learning purposes and technical demonstration.

License

Notifications You must be signed in to change notification settings

SazumiVicky/instagram-stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Stalker Scraper

GitHub GitHub last commit (branch) GitHub issue

Description

This is a simple JavaScript server using Express.js and WebDriverIO to scrape a specific website to obtain a list of Instagram stalkers from the provided username. This server is created for learning purposes and technical demonstration.

Features

  • Obtain a list of Instagram stalkers from the provided username.
  • Use headless browser to maintain anonymity and efficiency.

Installation

  1. Clone this repository to your computer.
  2. Make sure you have Node.js and npm installed on your computer.
  3. Run the command npm install to install all dependencies.

Usage

  1. Run the server with the command npm start.
  2. Make a GET request to http://localhost:3000/stalker?username=USERNAME, where USERNAME is the Instagram username you want to check.
  3. The server will respond with a list of stalkers in JSON format.

Contribution

Contributions are always welcome. To contribute, follow these steps:

  1. Fork this repository.
  2. Create a new branch (git checkout -b new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to your branch (git push origin new-feature).
  6. Create a Pull Request.

License

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

About

This is a simple JavaScript server using Express.js and WebDriverIO to scrape a specific website to obtain a list of Instagram stalkers from the provided username. This server is created for learning purposes and technical demonstration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published