dskzpt/instagram2news

TYPO3 Extension to import instagram posts as EXT:news articles

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

v1.0.0 2024-07-15 08:58 UTC

This package is auto-updated.

Last update: 2024-07-15 08:59:39 UTC


README

StandWithUkraine TYPO3 12

TYPO3 Extension "instagram2news"

What does it do?

Imports instagram posts via the official Instagram API as EXT:news "News" entities.

Summary of features

  • Integrates with EXT:news to import instagram posts as News entities
  • Provides command to regularly import new/update already imported posts
  • Adds a new subtype for EXT:news: "Instagram"

Installation

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do:

composer require dskzpt/instagram2news

Setup

  1. todo

Recommended:

  • Add a cronjob/scheduler task to import the posts on a regular basis

Compatibility

Funtionalities

Automatic import of posts

This extension comes with a command to import (new) posts of a given instagram user. It is recommended to set this command up to run regularly - e.g. once a day.

instagram2news:import-posts {username} {storagePid} [limit|25]

Arguments:

Extending

Local path to save downloaded files

By default all images/videos in imported posts are saved in /public/fileadmin/instagram2news You can change this path via the Extensions settings local_file_storage_path option.

Contributing

Please refer to the contributing document included in this repository.

Testing

This Extension comes with a testsuite for coding styles and unit/functional tests. To run the tests simply use the provided composer script:

composer ci:test