'''
Created on 7. okt. 2015

@author: kga
'''
from twitter.relationship import RelationshipFunctions

twitter = RelationshipFunctions()
twitter.unfollow()
예제 #2
0
'''
Created on 7. okt. 2015

@author: kga
'''
from twitter.relationship import RelationshipFunctions

twitter = RelationshipFunctions()
twitter.unfollow_not_follow_backs()
예제 #3
0
'''
Created on 7. okt. 2015

@author: kga
'''
from twitter.relationship import RelationshipFunctions

twitter = RelationshipFunctions()
twitter.followback()