177

Product support

Get help in the plugin support forum.

  • Added on Aug 22, 2016
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • License: Regular / Extended
  • Created by

Categories

Twitter Autopilot tool to like, tweet, retweet, follow, create lists, add member to lists automatically. Additionally, You can manage tweets, keywords, list terms (to create lists) and schedule tweet.

Features

  • Auto search random keyword and like random tweet every minute.
  • Auto search random keyword and retweet random tweet every minute.
  • Auto publish random tweet every minute.
  • Auto search random keyword and follow random user every minute.
  • Auto search get random list terms and create list every minute.
  • Auto search search random keyword and add random users (up to 100 users) to random list everyminute.
  • Supports to use multiple accounts
  • Publish multiple tweets.
  • Schedule tweets.
  • Manage tweets.
  • Manage accounts.
  • Manage schedules.
  • Sync all blog posts to tweet (with Rainlab.Blog plugin).
  • Auto shorten url while syncing blog posts. (with Bitly API)
  • Able to upload image to Twitter.

Before using this plugin, you should go to Settings > Auto Pilot Configuration and set some field to make it work well. If you have SSL certificate you need to turn on Verify SSL, if you want to use Bitly shortener service you need to turn on Shorten Url and fill Bit.ly access token. (You need to create an account at Bit.ly and generate access token at Manage Oauth Apps to use this function.) You can set up timeset to auto tweet, like, retweet, follow, create lists, add member to list in this section.

After installation plugin will register backend Auto Pilot menu position. From there you will be able to manage your tweets, Twitter accounts, keywords, list terms and schedules.

New Tweet button will create a new tweet with image you want to publish to Twitter.

Tweets sub-menu will help you manage all tweets you created. In Tweets section you can publish multiple tweets to Twitter or single tweet with just one click to Tweet button .

Additionally you can schedule multiple tweets or single tweet with just one click to Schedule button. After that you can choose which account to publish to and set time to start publish.

You can sync all blog posts to tweets list with Sync all Blog Posts button. It will automatically create tweet with post title and url.

You can manage your Twitter accounts in Accounts sub-menu. You can add new account, edit or delete it. You need to create Application and set API Key (Consumer Key), API Secret (Consumer secret), Access Token and Access Token Secret to account and use it. In create account (or update) section, It will show you options to turn on or turn of auto tweet, like, follow, retweet, create list, add member to list and number of tweets you want to tweet, like, retweet or number of users you want to follow.

After you create an account record, you can click to this record to manage keywords and list terms. Keywords table will help the plugin use to search automatically on Twitter. List term has two columns is first term and second term to create list name. It will choose random two record in List term table, get first term from one record and second term from another one to create list name. If you have 50 record in List term table, it can make up to 2500 different list name.

In Schedules sub-menu, you can manage all schedules or run it and delete it.

Important note: You need to go to app/queue.php and change default value to database to use scheduler. For scheduler to work you need to add this cron job on your server: * * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1 . Remember to replace path to artisan command. Follow Laravel documentation for details.

1.0.1

Initialize plugin.

Aug 21, 2016