sohagsrz/instagram-media-downloader
最新稳定版本:v1.0.0
Composer 安装命令:
composer require sohagsrz/instagram-media-downloader
包简介
A PHP library to download Instagram media.
README 文档
README
This package can be installed via Composer:
composer require sohagsrz/instagram-media-downloader
Media download example
require_once 'vendor/autoload.php'; use InstagramMediaDownloader\Downloader; $downloader = new Downloader(); $result = $downloader->get_by_shortcode('C16ErQiLCJm'); var_dump($result);
To get profile data
require_once 'vendor/autoload.php'; use InstagramMediaDownloader\ProfileDownloader; $profile = new ProfileDownloader(); $result = $profile->getProfile('sohagsrz'); var_dump($result);
Contribution
If you find any issues or have suggestions for improvement, feel free to contribute to this project. You can fork the repository, make your changes, and submit a pull request.
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-16