This is a Flutter project created to validate certain actions of an Instagram user.
Use the following api: Instagram Scraper API
The project has the objective of validating that a certain Instagram user has carried out certain actions through an Instagram post. [Detailed explanation of the project, its objectives and characteristics]
- Language: Spanish.
- Validates that a user has liked a post.
- Validates that a user has commented on a post.
- Validates that a user follows the user who owns said post.
- Flutter SDK installed
- Emulator or physical device to test the application
- Need to implement envied click here for documentation
- For verify the following step the user profile needs to be public.
- Clone the repository:
git clone https://github.com/StormShadonw/instagram_scrapper- Navigate to the project directory:
cd instagram_scrapper- Install the dependencies:
flutter pub get- Use Start the emulator or connect your physical device. Run the application:
flutter runIf you want to contribute to the project, follow the following steps:
- Fork the repository.
- Create a new branch:
git checkout -b new-feature- Make your changes and commit:
git commit -m "Add new feature"- Push your changes to the repository:
git push origin new-feature- Create a pull request on GitHub.


