I'm not sure what you're asking for.
1. If you want to know how to extract cookies from a QtWebKit browser, see the Browser/NetworkAccessManager classes in jsbrower/browser.py
2. If you want to know how to use these cookies with mechanize, see the get_browser() method in feeds/news.py
3. You should probably be asking this on a FBreader forum, since how you do it will depend on what APIs it exposes.
|