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

https://github.com/chfoo/notaol

AOL P3 and FDO client
https://github.com/chfoo/notaol

Last synced: 6 months ago
JSON representation

AOL P3 and FDO client

Awesome Lists containing this project

README

          

======
Notaol
======

Notaol is a work-in-progress client implementation of AOL's communication protocol P3 and display convention FDO.

Quick Start
===========

Notaol is written for Python 3.4 or greater.

1. ``pip3 install crcmod``
2. ``python3 -m notaol.rpc``
3. Connect to localhost on port 5000 using telnet.
4. Type ``{"command": "connect", "username": "someguy", "password": "password1"}`` on telnet.
5. See some logging on the Python process.
6. Type CTRL+], Enter, CTRL+D to quit telnet.

More to come!

Details
=======

For more info, please see

* `ArchiveTeam's AOL wiki page `_
* WAOL.doc
* `Penggy source code `_

Got more info? Please add to the ArchiveTeam wiki and let us know!

Contribution and feedback is greatly appreciated.