Problem bei X gelöst
Dieser Commit ist enthalten in:
@ -0,0 +1,26 @@
|
||||
"""
|
||||
Facebook-Automatisierungsmodul fuer AccountForger.
|
||||
Implementiert Account-Registrierung und -Login mit Anti-Bot Features.
|
||||
"""
|
||||
|
||||
from .facebook_automation import FacebookAutomation
|
||||
from .facebook_registration import FacebookRegistration
|
||||
from .facebook_login import FacebookLogin
|
||||
from .facebook_verification import FacebookVerification
|
||||
from .facebook_ui_helper import FacebookUIHelper
|
||||
from .facebook_utils import FacebookUtils
|
||||
from .facebook_selectors import FacebookSelectors
|
||||
from .facebook_workflow import FacebookWorkflow
|
||||
|
||||
__all__ = [
|
||||
'FacebookAutomation',
|
||||
'FacebookRegistration',
|
||||
'FacebookLogin',
|
||||
'FacebookVerification',
|
||||
'FacebookUIHelper',
|
||||
'FacebookUtils',
|
||||
'FacebookSelectors',
|
||||
'FacebookWorkflow'
|
||||
]
|
||||
|
||||
__version__ = '1.0.0'
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren