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.
- Obtain a list of Instagram stalkers from the provided username.
- Use headless browser to maintain anonymity and efficiency.
- Clone this repository to your computer.
- Make sure you have Node.js and npm installed on your computer.
- Run the command
npm install
to install all dependencies.
- Run the server with the command
npm start
. - Make a GET request to
http://localhost:3000/stalker?username=USERNAME
, whereUSERNAME
is the Instagram username you want to check. - The server will respond with a list of stalkers in JSON format.
Contributions are always welcome. To contribute, follow these steps:
- Fork this repository.
- Create a new branch (
git checkout -b new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to your branch (
git push origin new-feature
). - Create a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.