Notaol is a work-in-progress client implementation of AOL's communication protocol P3 and display convention FDO.
Notaol is written for Python 3.4 or greater.
pip3 install crcmod
python3 -m notaol.rpc
- Connect to localhost on port 5000 using telnet.
- Type
{"command": "connect", "username": "someguy", "password": "password1"}
on telnet. - See some logging on the Python process.
- Type CTRL+], Enter, CTRL+D to quit telnet.
More to come!
For more info, please see
Got more info? Please add to the ArchiveTeam wiki and let us know!
Contribution and feedback is greatly appreciated.