Get Tweets
Categories
Component ID
2887987
Component name
Get Tweets
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
782
Component created
Component changed
Component body
This module provides import tweets through Twitter API by Cron for Drupal 8.
Registration with Twitter:
Before you start the installation process you must register on Twitter and create your own application.
You will get "Consumer Key", "Consumer Secret".
Highlights include:
- ability to import multiple feeds of tweets in nodes;
- ability to import tweets by hashtags or user names;
- tweets and tweet data are saved in nodes;
- option to delete old tweets;
- creation of linked URLs from URLs, hash tags, and mentions inside the feed;
- importing hash tags, mentions, images (saving external image link and local image) in separate fields.
Requirements:
PHP versions listed as "active support" or "security fixes only" are supported.
Dependencies:
This module needs to be installed via Composer, which will download the required libraries.
Installation:
- Download the module via Composer(
composer require drupal/get_tweets); - Enable it;
- Go to /admin/config/content/get_tweets and set your credentials;
- Done. Your tweets are now importing in nodes.
More API documentation can be found at Twitter API.
