.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
config/config.example.yaml
social_plugin/__init__.py
social_plugin/cli.py
social_plugin/config.py
social_plugin/db.py
social_plugin/init_wizard.py
social_plugin.egg-info/PKG-INFO
social_plugin.egg-info/SOURCES.txt
social_plugin.egg-info/dependency_links.txt
social_plugin.egg-info/entry_points.txt
social_plugin.egg-info/requires.txt
social_plugin.egg-info/top_level.txt
social_plugin/analytics/__init__.py
social_plugin/analytics/tracker.py
social_plugin/auth/__init__.py
social_plugin/auth/google_auth.py
social_plugin/auth/linkedin_auth.py
social_plugin/auth/twitter_auth.py
social_plugin/drafts/__init__.py
social_plugin/drafts/draft_manager.py
social_plugin/drafts/models.py
social_plugin/generator/__init__.py
social_plugin/generator/claude_client.py
social_plugin/generator/content_generator.py
social_plugin/generator/llm_client.py
social_plugin/generator/prompts.py
social_plugin/generator/safety.py
social_plugin/notifications/__init__.py
social_plugin/notifications/slack_notifier.py
social_plugin/publisher/__init__.py
social_plugin/publisher/linkedin_publisher.py
social_plugin/publisher/media_uploader.py
social_plugin/publisher/twitter_publisher.py
social_plugin/sources/__init__.py
social_plugin/sources/gdocs_reader.py
social_plugin/sources/local_reader.py
social_plugin/sources/models.py
social_plugin/sources/pdf_reader.py
social_plugin/templates/__init__.py
social_plugin/templates/config.template.yaml
social_plugin/trends/__init__.py
social_plugin/trends/linkedin_trends.py
social_plugin/trends/models.py
social_plugin/trends/twitter_trends.py
social_plugin/utils/__init__.py
social_plugin/utils/logger.py
social_plugin/utils/retry.py
tests/test_config.py
tests/test_content_generator.py
tests/test_db.py
tests/test_drafts.py
tests/test_init_upgrade.py
tests/test_prompts.py
tests/test_safety.py