Skip to content

NO LONGER MAINTAINED. MESSAGE ME IF YOU WANT TO MAINTAIN THIS. :) A browsable, searchable and easily customizable archive and backup for your tweets

License

Notifications You must be signed in to change notification settings

spackmat/tweetnest

This branch is up to date with graulund/tweetnest:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60dc044 · Oct 16, 2016

History

97 Commits
Dec 21, 2012
Oct 2, 2016
Oct 2, 2016
Oct 2, 2016
Jun 7, 2010
Jun 16, 2013
Jun 16, 2013
Jun 7, 2010
Jun 7, 2010
Jul 2, 2013
Jun 7, 2010
Oct 2, 2016
Oct 2, 2016
Jun 7, 2010
Jun 7, 2010
Jun 7, 2010
Jun 7, 2010
Jun 16, 2013
Jun 7, 2010
Oct 16, 2016
Jun 7, 2010
Jul 2, 2013
Jul 2, 2013

Repository files navigation

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 higher

To 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:
  • 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.php

The 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)

About

NO LONGER MAINTAINED. MESSAGE ME IF YOU WANT TO MAINTAIN THIS. :) A browsable, searchable and easily customizable archive and backup for your tweets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.9%
  • Other 1.1%