Chrome Extension that allows to perform repetitive actions for gaining followers on social networks
WARNING - This extension is under active refactoring and should be counted as an experiment.
- 500px - in progress
- Flickr - in progress
- Twitter - considering
- Like hashtag
- Like people that likes you
- Like dashboards
- Completely personalized settings in dedicated control panel
- V2.0a3 - planned
- [500px] Refactoring of all code to reflect latest changes to framework
- [Flickr] Refactoring of all code to reflect latest changes to framework
- v2.0a2 - planned
- Inclusion of AI for images context recognition
- [Instagram] Inclusion of rate limiter
- [Instagram] Added work hours in order to not clash with user
- v2.0a1 - in progress - v2 branch
- Heavy refactoring and code update
- Updated all libraries to latest versions + fixed compatibility issues
- Added testing libraries and tests to all main functionalities
- Redone settings UI for better experience
- Fixes to not working parts of code exposed by tests
- v1 - released - master branch
- Instagram somewhat working
Two are the reasons that convinced me that this approach is the better:
- Instagram AI knows that you are a bot. Using a real browser adds a possibility that Instagram will not catch suspect activity.
- Login information storage. This bot does NOT ask you for any login information. You perform login in your browser and that's it. No credentials, no risks.
# Install dependencies
npm install
# Run development with automatic recompilation of extension
npm run dev
# Build for production with minification
npm run build
# Perform tests to all main service and frontend modules
npm test