Twitter follow management Increase followers automatically Colle

  • Model: twitter-mg
  • 10 Units in Stock

 Ask a Question 

3,500円

Please Choose:

twitter-mg



Add to Cart:
A multifunctional Twitter follow management tool.

Main functions
List all unfollowed opponents to block or unfollow

Ability to automatically follow followers of followers

Favorite tweets TL automatically

Automatic tweet function with images

Function to automatically issue a follow permission with a key

Latest version update function

The main features are automatic follow and batch block release.
Automatic follow will work without interruption for several months.

It is not because of this tool that other users violate automation rules or take over and check “not a robot” on a regular basis. It is an appropriate tool that is not a tool that violates the rules because it is built to the extent that the automation rules are also adequately protected.

Required applications
Install twitter from ruby ​​gem.

In order to use the key follow permission function, ruby ​​selenium Must be installed.

setting file
twitter_config.rb
This is the only change that users will have, and there is no need to touch anything else.

Executable file
ruby twitter-mg.rb
With this alone, all functions can be used.



Contents of user setting file
# coding: utf-8
########### Initial settings (items set by the user) #######
#My Twitter user ID (ID mutual conversion http://tik.dignet.info/web/idname/)
$ me = 3280732532 #Change this number to your ID
# Set to fit 15 times in 15 minutes with API limit
# Once every 5 minutes to meet the daily follow request limit of 400
$ limit = 300
$ blocklist = "./modules/blocklist.txt"

$ id = "" #Enter your login username here
$ pass = "" #Enter your login password here

################## Access token ###################
#Get token from twitter developper and input
$ client = Twitter :: REST :: Client.new do | config |
config.consumer_key = ""
config.consumer_secret = ""
config.access_token = ""
config.access_token_secret = ""

# Note that tokens may be canceled even within API usage limits, so you can open the day Use tools such as # to avoid API load.

end
################## Access token up to here ##########


############## version##############
# 2018-12-15
#Ver 1.0 released lump remove, block, tweet, latest timeline fav, auto-follow
# 2018-12-18
#Ver 1.1 API restriction measures, specifications that do not put a load on each function by limiting the number of people who can sleep and execute once
# 2018-12-27
#Ver 1.2 rescue function added. Addressed error details.
# 2018-12-31
#Ver 1.2.1 Added another rescue function
# 2018-12-31
#Ver 1.3.1 Moved access token and user settings to config file.
# 2019-1-5
#Ver 1.3.2 rescue function, Twitter :: Error :: Forbidden to skip blocked users
# 2019-1-21
#Ver 1.3.3 renamed to twitter-mg.rb
# 2019-2-7
#Ver 1.4.3 Ability to not send a follow request again to a blocked user If you put the user ID in # blocklist.txt, that user will skip.
# 2019-3-4
#Ver 1.5.3 Added a function to allow follow requests for key accounts at once.
# 2019-4-10
#Ver 1.6.3 Added automatic posting function. Reads .txt line by line.
#Ver 1.6.4 TwitterAPI follow request limit up to 400 times a day
#Changed from once per 100 seconds to once every 300 seconds.
# (2020/2/6)
#Ver 1.6.5 Correspond to new Twitter web login page
############# Version so far #######

This product was added to our catalog on Tuesday 29 October, 2019.

Languages

Japanese  English  

Who's Online

There currently are 38 guests online.
Your IP Address is: 18.191.200.47
Copyright © 2024 自作にこだわるお店 - Material. Powered by Zen Cart