Import Path Changes (v2.0)¶
All import paths have changed due to the package split. This section provides a comprehensive mapping of old v1.x imports to new v2.0 imports.
Common Utilities¶
v1.x Import |
v2.0 Import |
|---|---|
|
|
|
|
|
|
Media Processing¶
v1.x Import |
v2.0 Import |
|---|---|
|
|
|
|
|
|
|
|
Core Interfaces¶
v1.x Import |
v2.0 Import |
|---|---|
|
|
|
|
Platform Implementations¶
v1.x Import |
v2.0 Import |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New Platforms (v2.0 only):
from agoras.platforms.telegram import Telegram
from agoras.platforms.threads import Threads
from agoras.platforms.whatsapp import WhatsApp
from agoras.platforms.x import X # Twitter rebrand
Core Business Logic (Unchanged)¶
These imports remain the same in v2.0:
from agoras.core.feed import Feed
from agoras.core.feed.manager import FeedManager
from agoras.core.sheet import Sheet
from agoras.core.sheet.manager import SheetManager
CLI Commands¶
v1.x Import |
v2.0 Import |
|---|---|
|
|
|
|
Authentication¶
v1.x Import |
v2.0 Import |
|---|---|
|
|
|
|
|
|