.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-and-release.yml
.github/workflows/ci.yml
.github/workflows/release.yml
app/__init__.py
app/cli.py
app/core/__init__.py
app/core/analytics.py
app/core/compliance.py
app/core/engine.py
app/core/spintax.py
app/core/telethon_client.py
app/core/throttler.py
app/gui/__init__.py
app/gui/main.py
app/gui/theme.py
app/gui/widgets/__init__.py
app/gui/widgets/about_widget.py
app/gui/widgets/account_widget.py
app/gui/widgets/campaign_widget.py
app/gui/widgets/log_widget.py
app/gui/widgets/recipient_widget.py
app/gui/widgets/settings_widget.py
app/gui/widgets/template_widget.py
app/gui/widgets/testing_widget.py
app/models/__init__.py
app/models/account.py
app/models/base.py
app/models/campaign.py
app/models/recipient.py
app/models/send_log.py
app/models/template.py
app/services/__init__.py
app/services/campaign_manager.py
app/services/db.py
app/services/logger.py
app/services/settings.py
app/services/translation.py
app/services/warmup_manager.py
app/translations/ca.json
app/translations/de.json
app/translations/en.json
app/translations/es.json
app/translations/et.json
app/translations/eu.json
app/translations/fr.json
app/translations/gl.json
app/translations/ja.json
app/translations/ko.json
app/translations/pt.json
app/translations/ru.json
app/translations/zh.json
app/utils/__init__.py
app/utils/crypto.py
app/utils/files.py
app/utils/windows_startup.py
docs/API.md
docs/DEVELOPMENT.md
docs/FAQ.md
docs/README.md
docs/TROUBLESHOOTING.md
docs/USER_GUIDE.md
example_files/README.md
example_files/accounts_example.csv
example_files/campaigns_example.csv
example_files/configurations.md
example_files/env_template.txt
example_files/recipients_example.csv
example_files/sample_media_urls.txt
example_files/spintax_examples.txt
example_files/templates_example.csv
telegram_multi_account_sender.egg-info/PKG-INFO
telegram_multi_account_sender.egg-info/SOURCES.txt
telegram_multi_account_sender.egg-info/dependency_links.txt
telegram_multi_account_sender.egg-info/entry_points.txt
telegram_multi_account_sender.egg-info/not-zip-safe
telegram_multi_account_sender.egg-info/requires.txt
telegram_multi_account_sender.egg-info/top_level.txt