An open API service indexing awesome lists of open source software.

https://github.com/archiveteam/yahoomessages-grab

Archiving Yahoo Messages
https://github.com/archiveteam/yahoomessages-grab

Last synced: 8 months ago
JSON representation

Archiving Yahoo Messages

Awesome Lists containing this project

README

          

yahoomessages-grab
==================

Seesaw script for archiveteam Yahoo! Messages grabbing.
You'll find this project on the Archive Team Warrior (http://tracker.archiveteam.org/yahoo-messages/).

Running without a warrior
-------------------------
To run this outside the warrior, clone this repository and run:

pip install seesaw
./get-wget-lua.sh

If 'get-wget-lua.sh' fails with an error about GNTLS, you need libgnutls-dev. Under debian/ubuntu/mint, try:

apt-get install libgnutls-dev

If 'get-wget-lua.sh' fails with an error about liblua, you need liblua-dev. Under debian/ubuntu/mint, try:

apt-get install liblua5.1-dev

then start downloading with:

run-pipeline pipeline.py YOURNICKNAME

For more options, run:

run-pipeline --help

Thanks