https://github.com/sonidia/anonflow
๐งจ Automated bulk profile manipulation
https://github.com/sonidia/anonflow
antidetect-browser automation browser browser-automation chrome gpm gpmautomation proxy
Last synced: 15 days ago
JSON representation
๐งจ Automated bulk profile manipulation
- Host: GitHub
- URL: https://github.com/sonidia/anonflow
- Owner: sonidia
- Created: 2025-12-26T08:01:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-10T04:11:02.000Z (5 months ago)
- Last Synced: 2026-05-16T01:41:10.269Z (about 1 month ago)
- Topics: antidetect-browser, automation, browser, browser-automation, chrome, gpm, gpmautomation, proxy
- Language: Python
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anonflow
Automated bulk profile manipulation tool written in Python.
`anonflow` is a lightweight automation framework designed to perform bulk actions on browser profiles. The project is structured to be easily extensible, allowing users to define custom automation flows and actions.
## Features
- Bulk profile automation
- Modular action-based design
- Easy to extend with new automation scripts
- Python-based, simple setup
- Designed for browser automation workflows
## Project Structure
anonflow/
โโโ automate/ # Core automation logic
โโโ gpm/ # Profile / helper modules
โโโ actions.py # Action definitions
โโโ index.py # Main entry point
โโโ requirements.txt # Python dependencies
โโโ clean.bat # Cleanup script (Windows)
โโโ .gitignore
## Requirements
- Python 3.8+
- pip
## Installation
Clone the repository:
git clone https://github.com/thuongtruong109/anonflow.git
cd anonflow
Create a virtual environment (recommended):
python -m venv venv
Activate the environment:
Windows:
venv\Scripts\activate
Linux / macOS:
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
## Usage
Run the main script:
python index.py
Depending on your configuration, the script will execute predefined automation actions.
You can customize or add new actions in:
actions.py
automate/
## Customization
- Add new automation logic inside automate/
- Define reusable actions in actions.py
- Integrate with browser automation tools such as Selenium or Playwright
- Extend profile handling logic inside gpm/
## License
This project currently does not include a license file.
Add one (e.g. MIT, Apache 2.0) if you plan to distribute the project.
## Disclaimer
This project is intended for educational and testing purposes only.
Use responsibly and in compliance with applicable terms of service.