'''
Created on 7. okt. 2015

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

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

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

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

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

twitter = RelationshipFunctions()
twitter.followback()