Skip to content

dgleebits/Twitter-Friend-or-Foe

Repository files navigation

Python program to rip Follower and Friends ID's of a targetTwitterUser
version 0.1 alpha @dgleebits
Be good.

Remember to import tweepy
#dependency is on the tweepy package download at: http://code.google.com/p/tweepy/

#There are two scripts.  Major differences are two arrays and API calls Friends vs. Followers *** Know the difference ***
friends = tweepy.api.friends_ids(targetTwitterUser)
followers = tweepy.api.followers_ids(targetTwitterUser)

This program is free software: you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
 
You should have received a copy of the GNU Lesser General Public
License along with this library.  
If not, see <http://www.gnu.org/licenses/> or 
<http://www.gnu.org/licenses/lgpl.txt>.
  

About

Collection of python scripts to scrape Twitter user friend/follow data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages