RollBack Punkt 2025-09-13
Dieser Commit ist enthalten in:
@ -5,9 +5,9 @@
|
||||
## Project Overview
|
||||
|
||||
- **Path**: `A:\GiTea\AccountForger`
|
||||
- **Files**: 1039 files
|
||||
- **Size**: 380.8 MB
|
||||
- **Last Modified**: 2025-08-12 12:50
|
||||
- **Files**: 886 files
|
||||
- **Size**: 125.8 MB
|
||||
- **Last Modified**: 2025-09-10 21:18
|
||||
|
||||
## Technology Stack
|
||||
|
||||
@ -23,12 +23,11 @@
|
||||
check_rotation_system.py
|
||||
CLAUDE_PROJECT_README.md
|
||||
debug_video_issue.py
|
||||
gitea_push_debug.txt
|
||||
init
|
||||
install_requirements.py
|
||||
main.py
|
||||
package.json
|
||||
README.md
|
||||
requirements.txt
|
||||
application/
|
||||
│ ├── __init__.py
|
||||
│ ├── services/
|
||||
@ -77,7 +76,8 @@ controllers/
|
||||
│ ├── method_rotation_worker_mixin.py
|
||||
│ ├── ok_ru_controller.py
|
||||
│ ├── rotation_error_handler.py
|
||||
│ └── safe_imports.py
|
||||
│ ├── safe_imports.py
|
||||
│ └── mixins
|
||||
database/
|
||||
│ ├── accounts.db
|
||||
│ ├── account_repository.py
|
||||
@ -103,6 +103,7 @@ domain/
|
||||
│ │ ├── method_rotation.py
|
||||
│ │ ├── rate_limit_policy.py
|
||||
│ │ └── __init__.py
|
||||
│ ├── enums
|
||||
│ ├── repositories/
|
||||
│ │ ├── analytics_repository.py
|
||||
│ │ ├── fingerprint_repository.py
|
||||
@ -169,29 +170,33 @@ localization/
|
||||
│ ├── fr.json
|
||||
│ └── ja.json
|
||||
logs/
|
||||
│ ├── instagram_automation.log
|
||||
│ ├── instagram_controller.log
|
||||
│ ├── instagram_login.log
|
||||
│ ├── instagram_registration.log
|
||||
│ ├── instagram_ui_helper.log
|
||||
│ ├── instagram_utils.log
|
||||
│ ├── instagram_verification.log
|
||||
│ ├── instagram_workflow.log
|
||||
│ ├── main.log
|
||||
│ ├── facebook_automation.log
|
||||
│ ├── facebook_controller.log
|
||||
│ ├── facebook_login.log
|
||||
│ ├── facebook_registration.log
|
||||
│ ├── facebook_ui_helper.log
|
||||
│ ├── facebook_utils.log
|
||||
│ ├── facebook_verification.log
|
||||
│ ├── facebook_workflow.log
|
||||
│ ├── gmail_controller.log
|
||||
│ ├── net/
|
||||
│ │ ├── gmail_landing_de.html
|
||||
│ │ └── google_signup_mail_de.html
|
||||
│ ├── proxyfather_tests/
|
||||
│ │ ├── free_test_20250814_134106.log
|
||||
│ │ ├── free_test_20250814_134123.log
|
||||
│ │ └── free_test_20250814_135000.log
|
||||
│ └── screenshots/
|
||||
│ ├── after_account_create_click_1753044575.png
|
||||
│ ├── after_account_create_click_1753044886.png
|
||||
│ ├── after_account_create_click_1753045178.png
|
||||
│ ├── after_account_create_click_1753045715.png
|
||||
│ ├── after_account_create_click_1753045915.png
|
||||
│ ├── after_account_create_click_1753046167.png
|
||||
│ ├── after_account_create_click_1753046976.png
|
||||
│ ├── after_account_create_click_1753047240.png
|
||||
│ ├── after_account_create_click_1753047386.png
|
||||
│ └── after_account_create_click_1753048280.png
|
||||
│ ├── after_account_create_click_1755281004.png
|
||||
│ ├── after_account_create_click_1757531758.png
|
||||
│ ├── after_code_retrieval_1757531778.png
|
||||
│ ├── after_login_button_click_1755168832.png
|
||||
│ ├── after_login_button_click_1755280227.png
|
||||
│ ├── after_login_button_click_1755280551.png
|
||||
│ ├── after_login_button_click_1755280826.png
|
||||
│ ├── after_login_button_click_1755282576.png
|
||||
│ ├── after_login_button_click_1755282842.png
|
||||
│ └── after_login_button_click_1755341790.png
|
||||
resources/
|
||||
│ ├── icons/
|
||||
│ │ ├── check-white.svg
|
||||
@ -254,23 +259,13 @@ social_networks/
|
||||
│ │ ├── tiktok_automation.py
|
||||
│ │ ├── tiktok_login.py
|
||||
│ │ ├── tiktok_registration.py
|
||||
│ │ ├── tiktok_registration_backup.py
|
||||
│ │ ├── tiktok_registration_clean.py
|
||||
│ │ ├── tiktok_registration_final.py
|
||||
│ │ ├── tiktok_registration_new.py
|
||||
│ │ ├── tiktok_selectors.py
|
||||
│ │ ├── tiktok_ui_helper.py
|
||||
│ │ └── tiktok_utils.py
|
||||
│ ├── twitter/
|
||||
│ │ ├── twitter_automation.py
|
||||
│ │ ├── twitter_login.py
|
||||
│ │ ├── twitter_registration.py
|
||||
│ │ ├── twitter_selectors.py
|
||||
│ │ ├── twitter_ui_helper.py
|
||||
│ │ ├── twitter_utils.py
|
||||
│ │ ├── twitter_verification.py
|
||||
│ │ ├── twitter_workflow.py
|
||||
│ │ ├── tiktok_utils.py
|
||||
│ │ ├── tiktok_verification.py
|
||||
│ │ ├── tiktok_workflow.py
|
||||
│ │ └── __init__.py
|
||||
│ ├── twitter
|
||||
│ ├── vk/
|
||||
│ │ ├── vk_automation.py
|
||||
│ │ ├── vk_login.py
|
||||
@ -295,7 +290,52 @@ styles/
|
||||
│ ├── modal_styles.py
|
||||
│ └── __init__.py
|
||||
tests/
|
||||
│ └── test_method_rotation.py
|
||||
│ ├── test_method_rotation.py
|
||||
│ ├── bright_data/
|
||||
│ │ └── logs/
|
||||
│ │ ├── proxy_test_20250813_172156.log
|
||||
│ │ ├── proxy_test_20250813_173258.log
|
||||
│ │ ├── proxy_test_20250813_173828.log
|
||||
│ │ ├── proxy_test_20250813_174940.log
|
||||
│ │ ├── proxy_test_20250813_175937.log
|
||||
│ │ ├── proxy_test_20250813_180630.log
|
||||
│ │ ├── proxy_test_20250813_181050.log
|
||||
│ │ ├── proxy_test_20250813_182854.log
|
||||
│ │ ├── proxy_test_20250813_185011.log
|
||||
│ │ └── proxy_test_20250813_185850.log
|
||||
│ ├── ProxyFather/
|
||||
│ │ └── logs/
|
||||
│ │ ├── connection_test_20250814_015554.log
|
||||
│ │ ├── connection_test_20250814_023651.log
|
||||
│ │ ├── instagram_test_20250814_015725.log
|
||||
│ │ ├── instagram_test_20250814_015846.log
|
||||
│ │ ├── instagram_test_20250814_020102.log
|
||||
│ │ ├── instagram_test_20250814_020429.log
|
||||
│ │ ├── instagram_test_20250814_021100.log
|
||||
│ │ ├── instagram_test_20250814_022223.log
|
||||
│ │ ├── instagram_test_20250814_023255.log
|
||||
│ │ └── instagram_test_20250814_024719.log
|
||||
│ └── proxy_evaluation/
|
||||
│ ├── test_results/
|
||||
│ │ ├── baseline_summary.json
|
||||
│ │ ├── baseline_test_20250813_143756.json
|
||||
│ │ ├── baseline_test_20250813_144600.json
|
||||
│ │ ├── browser_proxy_test_20250813_143241.json
|
||||
│ │ ├── browser_proxy_test_20250813_144227.json
|
||||
│ │ ├── browser_test_summary.json
|
||||
│ │ ├── facebook_isp_dedicated.png
|
||||
│ │ ├── facebook_isp_shared.png
|
||||
│ │ ├── facebook_test_20250813_150605.json
|
||||
│ │ └── ip_rotation_test_20250813_142319.json
|
||||
│ └── test_screenshots/
|
||||
│ ├── baseline_google.png
|
||||
│ ├── baseline_instagram.png
|
||||
│ ├── baseline_tiktok.png
|
||||
│ ├── basic_connection.png
|
||||
│ ├── gmail_loaded.png
|
||||
│ ├── instagram_loaded.png
|
||||
│ ├── tiktok_loaded.png
|
||||
│ └── twitter_x_loaded.png
|
||||
themes/
|
||||
│ ├── qss_generator.py
|
||||
│ ├── theme_config.py
|
||||
@ -337,19 +377,18 @@ views/
|
||||
│ ├── accounts_tab.py
|
||||
│ ├── facebook_generator_tab.py
|
||||
│ ├── generator_tab.py
|
||||
│ ├── generator_tab_modern.py
|
||||
│ └── settings_tab.py
|
||||
└── widgets/
|
||||
├── account_card.py
|
||||
├── account_creation_modal.py
|
||||
├── account_creation_modal_v2.py
|
||||
├── dark_mode_toggle.py
|
||||
├── forge_animation_widget.py
|
||||
├── forge_animation_widget_v2.py
|
||||
├── icon_factory.py
|
||||
├── language_dropdown.py
|
||||
├── login_process_modal.py
|
||||
└── modern_message_box.py
|
||||
├── modern_message_box.py
|
||||
├── platform_button.py
|
||||
└── progress_modal.py
|
||||
```
|
||||
|
||||
## Key Files
|
||||
@ -374,17 +413,5 @@ This project is managed with Claude Project Manager. To work with this project:
|
||||
|
||||
## Development Log
|
||||
|
||||
- README generated on 2025-07-27 11:07:01
|
||||
- README updated on 2025-07-28 18:14:33
|
||||
- README updated on 2025-07-29 19:24:34
|
||||
- README updated on 2025-07-31 00:00:41
|
||||
- README updated on 2025-08-01 19:02:35
|
||||
- README updated on 2025-08-01 20:50:22
|
||||
- README updated on 2025-08-01 20:51:41
|
||||
- README updated on 2025-08-01 21:06:44
|
||||
- README updated on 2025-08-09 01:31:28
|
||||
- README updated on 2025-08-10 00:03:51
|
||||
- README updated on 2025-08-10 12:55:25
|
||||
- README updated on 2025-08-11 19:49:09
|
||||
- README updated on 2025-08-12 12:50:03
|
||||
- README updated on 2025-08-12 13:20:51
|
||||
- README generated on 2025-09-06 21:49:36
|
||||
- README updated on 2025-09-13 20:45:18
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren