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
- Host: GitHub
- URL: https://github.com/archiveteam/yahoomessages-grab
- Owner: ArchiveTeam
- Created: 2013-03-16T23:06:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T21:10:38.000Z (about 13 years ago)
- Last Synced: 2025-05-08T02:28:33.338Z (about 1 year ago)
- Language: Lua
- Size: 321 KB
- Stars: 5
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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