Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graulund/tweetnest
NO LONGER MAINTAINED. MESSAGE ME IF YOU WANT TO MAINTAIN THIS. :) A browsable, searchable and easily customizable archive and backup for your tweets
https://github.com/graulund/tweetnest
Last synced: 5 days ago
JSON representation
NO LONGER MAINTAINED. MESSAGE ME IF YOU WANT TO MAINTAIN THIS. :) A browsable, searchable and easily customizable archive and backup for your tweets
- Host: GitHub
- URL: https://github.com/graulund/tweetnest
- Owner: graulund
- License: mit
- Archived: true
- Created: 2010-06-07T19:18:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T09:29:18.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:44:09.213Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 754 KB
- Stars: 494
- Watchers: 33
- Forks: 93
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - graulund/tweetnest - NO LONGER MAINTAINED. MESSAGE ME IF YOU WANT TO MAINTAIN THIS. :) A browsable, searchable and easily customizable archive and backup for your tweets (others)
README
# This is Tweet Nest
#### Tweet Nest is a browsable, searchable and easily customizable archive and backup for your tweets, made in PHP. It runs on a web server.
It requires the following:
* PHP 5.2 or higher with cURL enabled (or 5.1 with the PECL JSON module installed in addition)
* MySQL 4.1 or higherTo figure out how to install it, please point your browser to:
http://pongsocket.com/tweetnest/
And go to the "Installation" section.
Thanks!
Andy Graulund
pongsocket.com## Twitter archive import
* Place your downloaded json archive files (data/js/tweets/[year]\_[month].js) directly in the archive folder (archive/[year]\_[month].js)
* On new tweet nest setups:
- follow the tweet nest instructions from http://pongsocket.com/tweetnest/#installation
- right after the maintenance/loaduser.php step, run maintenance/loadarchive.php
* On existing instances:
- be sure not to overwrite your inc/config.php or you will have to setup your instance again
- run upgrade.php
- run maintenance/loadarchive.phpThe importer keeps track of its progress in maintenance/loadarchivelog.txt if it's writable. Should the script die for some reason (php time limit e.g.), just run it again.
If you have a large archive (10k+ tweets), I would recommend to do the one-time import via cli (php -f maintenance/loadarchive.php)