]> git.madduck.net Git - code/twitter-archiver.git/blob - README.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

initial checkin
[code/twitter-archiver.git] / README.md
1 # Archiving Twitter
2
3 These are a set of scripts allowing you to keep a copy of your Twitter life:
4
5 1. Dumping followers, optionally sending changes to you by e-mail at regular
6    intervals (using cron).
7
8 2. Archiving all your tweets as they come in, both their raw data, as well as
9    an HTML dump the way Twitter would dump it at the time.
10
11 All of this is very hackish, but if it's of any use to you, then great!
12
13 ## Patches
14
15 Patches welcome, please send them to madduck@madduck.net using
16 git-format-patch and git-send-email.
17
18 ## Wishlist
19
20 0. Setup instructions
21 1. Dumping favourites/starred tweets
22 2. Dumping bookmarks
23 3. Exporting parameters (such as email address) to configuration
24
25 ## Copyright
26
27 Copyright © 2017–2019 by martin f. krafft <madduck@madduck.net>
28 and released under the terms of the Artistic Licence 2.0.
29
30 If you need it under another licence, let me know.