Metadata-Version: 2.4
Name: social-media-automated
Version: 0.0.6
Summary: Social media, but automated
License-File: LICENSE
Author: danialcala94
Author-email: danielalcalavalera@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: bufferpy (>=0.2.0,<1.0.0)
Requires-Dist: env_easy (>=0.0.4,<1.0.0)
Requires-Dist: google_drive_easy (>=0.0.3,<1.0.0)
Requires-Dist: social_media_downloader_easy (>=0.0.2,<1.0.0)
Project-URL: Homepage, https://github.com/Implosiv3/social-media-automated
Project-URL: Issues, https://github.com/Implosiv3/social-media-automated/issues
Description-Content-Type: text/markdown

# Social Media Automated

A way to __automate downloading, uploading and scheduling posts__ on social media.

# Functionality
__Download videos__ from social media instantly, __upload__ them __to Google Drive__ and __schedule the post through the Buffer platform API__.

# Usage
Here you have __some examples__:

1. Download a video from Facebook
```
async with SocialMediaDownloader() as social_media_downloader:
    await social_media_downloader.facebook.download_video(...)
```

Check the `tests` section to see more code.
