https://github.com/tam7t/tweetsgrabber
TweetsGrabber
https://github.com/tam7t/tweetsgrabber
Last synced: 3 months ago
JSON representation
TweetsGrabber
- Host: GitHub
- URL: https://github.com/tam7t/tweetsgrabber
- Owner: tam7t
- Created: 2012-11-12T14:43:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T14:01:46.000Z (about 10 years ago)
- Last Synced: 2025-01-30T23:41:21.350Z (5 months ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TweetsGrabber
=============
*Backup your Twitter*Installation
------------
git clone https://github.com/tam7t/tweetsgrabber.git
cd tweetsgrabberTweetsGrabber uses the `tweepy` library to communicate with twitter. `tweepy`
is available from [github](https://github.com/tweepy/tweepy).Usage
-----
python tg.pyYour web browser will be directed to twitter authentication page. Once
authenticated, input the provided PIN to the console. The script will then
create the following files:* friends.csv
* followers.csv
* timeline.csvThe following elements have not been implemented:
* lists
* favorites
* direct messagestweepy
------
* timelines incorrectly use `page` for pagination. According to latest
twitter documentation, the parameter `max_id` should be used instead.