Module Description
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 need to get "Consumer Key" and "Consumer Secret".
Features
* 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/services/get-tweets and set your credentials;
* Done. Your tweets are now importing in nodes.
More API documentation can be found at Twitter API.
Registration with Twitter Before you start the installation process you must register on Twitter and create your own application. You will need to get "Consumer Key" and "Consumer Secret".
Features
* 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/services/get-tweets and set your credentials;
* Done. Your tweets are now importing in nodes.
More API documentation can be found at Twitter API.
Module Link
Project Usage
201
Security Covered
Not Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the task of importing tweets from Twitter API into Drupal 8 using Cron for easy integration and management.
Data Name
get_tweets