diff --git a/ChangeLog b/ChangeLog index 5913e93db92aa881037407c44e709f1c39076658..70bec79d51a1d9b74d377450786210014b3416c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1431 @@ +Weboob 1.1 (2016-02-11) + + General + * Last release with python 2.6 support + * New CapShop capability (#1662) + * New shopoob application + * Add new 'weboob' script to find applications + * New APIBrowser class + * Add a contrib script to help forking weboob + * New WEBOOB_DATADIR environment variable + + General: removed modules + * Removed grooveshark module: website is closed + * remove module hellobank, use bnporc instead + + General: new modules + * New Amazon Store Card banking module (CapBank) (#1698) + * New bforbank module https://www.bforbank.com (CapBank) + * New kiwibank module https://www.kiwibank.co.nz (CapBank) + * New s2e (Employee Savings Plans) Support for Esalia, Capeasi, "BNP + Paribas epargne & Retraite Entreprises" and "HSBC Epargne et Retraite en + Entreprise" (CapBank) + * New Victoria's Secret store credit card module (CapBank) (#1732) + * New agendaculturel module http://www.agendaculturel.fr (CapCalendar) + * New residentadvisor module https://www.residentadvisor.net (CapCalendar) + * New happn module https://www.happn.com (CapDating) + * New freegeoip module https://freegeoip.net (CapGeolocIp) + * New ipapi module http://ip-api.com (CapGeolocIp) + * New entreparticuliers module http://www.entreparticuliers.com (CapHousing) + * New explorimmmo module http://www.explorimmo.com (CapHousing) + * New logicimmo module http://www.logic-immo.com (CapHousing) + * New virginradio module http://www.virginradio.fr (CapRadio) + * New Ideel module http://www.ideel.com (CapShop) (#1733) + * New MyHabit module https://www.myhabit.com (CapShop) (#1734) + * New Victoria's Secret module https://www.victoriassecret.com (CapShop) (#1731) + * New blablacar module https://www.blablacar.fr (CapTravel) + * New dhl module http://nolp.dhl.de (CapParcel) + * New dpd module https://tracking.dpd.de (CapParcel) + * New gls module https://gls-group.eu (CapParcel) + * New itella module http://www.itella.fi (CapParcel) + * New funmooc module https://www.france-universite-numerique-mooc.fr (CapVideo) + * New rmll module http://video.rmll.info (CapVideo) + * New vine module https://vine.co (CapVideo) + * New ilmatieteenlaitos module http://ilmatieteenlaitos.fi (CapWeather) + * New ldlc module https://secure.ldlc.com and https://secure.ldlc-pro.com (CapBill) + * New t411 module https://www.t411.in (CapTorrent) + + Core + * Repositories update: display a message when all modules are up-to-date + * Log full backtrace on module build error + * Update windows installation (#1668) + * Better detection of gpgv.exe location + * Fix issues when using NamedTemporaryFile on windows + * Add a datadir option, handle WEBOOB_DATADIR + * Use gpg by default rather than gpgv for signature verification + * Create empty temporary GPG homedir + * Exclude backend using instance_name instead of module_name + * Try to be consistent in variable name between backends and modules + * Convert StopIteration for PEP 479 + + Doc + * Account() constructor does not take an id + * Fix symlink creation in setup.rst + * Use browser2 in module documentation + * Add few docstrings in core and browser + + Filters + * Add Eval filter, for arithmetic expressions + * Add Slugify filter + * Add a JSValue filter to look for literals + * Add Decode filter, to decore urlencoded strings + * CleanText: add Unicode normalization + * Regexp: nth param can now be '*' to find all + * Attr: fix error message + * CleanText: fix paramter name "children" + * DateTime: handle TypeError exception raised by parse_date + * Duration: correct '_regexp' attribut name + * Dict: several improvements + * Join: improve it to work like join command + * Join: add ,ewMone, addBefpre, addAfter parameters + * Async: if AsyncLoad parameter is None, do not try to open it + * CleanDecimal: convert INT, float and long (and not only str) + * Attr: fix an error message + * Dict: handle TypeError in parsing + * Time: Update regexp to catch more values + + Browser + * Add comments on Form class + * New unit tests + * New api for content, encoding, and document building + * Add ChecksumPage class + * Cleaner way to get rid of BOM for CsvPage + * Fix wrong encoding detection logic + * Detect XML encoding + * Enable passing the path to a CA file to Browser.VERIFY + * Add an asset method to get absolute path of module local files + * Browser.VERIFY can now be a module local file + * Fix compatibility with python 2.6 in HTMLPage (#1651) + * TableElement: fix count columns when there is an attribute "colspan" + * Do not display urllib3 warning if there is no TLS certificate verification + * Add an IPhone profile + * Add a GoogleBot profile + * Add method Browser.set_profile + * DomainBrowser: ability to give the baseurl in constructor + * Add LoginBrowser.do_logout() method + * Handle "Refresh" meta tag in HTMLPage, with a REFRESH_MAX option + * Add an absurl method to Page + * Fix crash when using HEAD on a page-matching URL + * Add BrowserQuestion exception (ask user to change config when raised) + * Add 'replace' xpatch function in HTMLPage + * Introduce new DictElement class + * Add some JSON helpers + * Strip data on CsvPage + * Better control of HTTP referrer + * Allow changing the Session class + * Pass async/sync callbacks in the same way + * Bump Firefox version to next ESR (38) + * Fix documentation: use HTMLPage instead of Page + * Add StatesMixin class to store state of a browser + * Change worker pool size after session init + * Allow to force method in URL.go (pass argument to location()) + * Support using id in HTMLPage.get_form() + * Rename async parameter to is_async + + Old Browser + * Do not use PROTOCOL_SSLv3 as it is deprecated, use bad named + PROTOCOL_SSLv23 instead + * Add BaseBrowser.get_page method (don't change the location) + * Add a StateBrowser to store cookies in storage + * CSVParser: catch exceptions + * Disable lowsslcheck if there is a proxy, as ssl doesn't deal with it + + Capabilities + * Add the possibility to define Field type argument as a string + * Create enum. Use it in calendar and housing (code factorization) + * Add a way to instantiate an object from a dict of its fields values + * Add russian ruble and XOF currencies + * Add SGD, BRL, JPY and MXN in currencies + + Capabilities: Audio + * Move specific audio filters from capabilities/audio.py to tools/capabilities/audio/audio.py + * Add specific filters to create audio objects id + * Do not require an id in constructors + + Capabilities: Bank + * Fix StatusField to be a BaseObject + * Change quantity type to decimal number + * Better explanation for Investment class + * Introduce new type Account.TYPE_LIKE_INSURANCE + * Add credit limit, payment due date and amount for credit card bank + accounts (#1717) + * Add IBAN properties + * Add card number and commission in Transaction + * Add original_amount and original_currency in Transaction + * Add country in Transaction + * Add Transaction.investments and Investment.vdate attributes + * Add Account.valuation_diff attribute + * Add Account.number attribute + + Capabilities: Bill + * Inherits Detail and Bill from Currency + * Remove Bill.idparent attribute + * Add Bill.vat attribute + + Capabilities: Calendar + * Add timezone parameter to calendar event in order order do get the good date/hours in ical exports + * Add a field 'summary' to Query object + * Add ticket status in BaseCalendarEvent + * Add a ticket field to Query + * Add BaseCalendarEvent.timezone attribute + * Add new categories + + Capabilities: Cinema + * A person may have now several roles in a movie + + Capabilities: Collection + * Do not require an params in constructor + + Capabilities: Contact + * Set default value of Contact.profile to OrderedDict() + + Capabilities: Dating + * Fix API to store optimization name in object ID + + Capabilities: Gallery + * Correct method name: s/search_gallery/search_galleries/ + + Capabilities: GeolocIp + * Add osmlink field + + Capabilities: Housing + * Support new type SHARING + + Capabilities: Messages + * Remove _Message and _Thread and use strings in Field instead + + Capabilities: Recipe + * Do not force to use id in object constructor + + Capabilities: Torrent + * Remove name mandatory parameter in constructor + + Capabilities: Thumbnail + * Thumbnail now inherits of _BaseImage + + Capabilities: Weather + * Do not require an id in constructor + * Fix default value for date + * Cosmetics in temperature formatting + + Applications + * Backport check_output function for python 2.6 + * Remove wconio dependency on win32 platform + * Allow ResultsCondition to compare timedelta + * Encode properly output in console.py (#1673) + * Fix BrowserSSLError catch in ConsoleApplication (#1702) + * Handle attribute error when stdout does not habe encoding attribute + * If backend name is already taken, suggest the first available one with + the same base + * Formatters: use weboob.tools.misc.guess_encoding instead of utf-8 + * Formatters: manage tty colummns while displaying text + * Use os.devnull and binary flag for windows compatibility + + Applications: REPL + * Fix a crash when ReplApplication.do() is called with a function + * Create a message for 403 errors + + Applications: boobank + * Format: ISIN is a 12 letter word + * Format integer for quantity + * Sometines the full code is not available. Display description instead + * Add a command 'Budgea' to export accounts and transactions + * Fix investment display when some fields are empty + * Identify credit card for each transaction in OFX export + + Applications: boobill + * Use do_ls to cache objects in REPL + * Add binary mode for writing. Fix file downloading on windows + + Applications: boobcoming + * Fix crash without end_date (#1667) + * Add search by summary + * Print ticket status + * Add search by ticket status + * Handle error correctly in do_attends + * Add a load command + * Improve ical export (end lines with '\r\n', as RFC says) + * Add timezone in ical export + * Display price as float + * Improve date display + * Do not crash during export of an unknown event + + Applications: cineoob + * Give roles informations in persons_in_common and movies_in_common + * Support several roles in the same movie for an actor + * Movies in common are now sorted by release year + * Fix problem with stream parameter in request.get in python-requests v2.5 + (#1683) + + Applications: flatboob + * Display backend in city choice + + Applications: geolooc + * Fill OpenStreetMap link + + Applications: havedate + * Store optimization name in object ID + + Applications: parceloob + * Clean cached objects before getting new ones + + Applications: qcineoob + * Add 'view' and 'view in new tab' buttons for all search results + * Add 'view thumbnail' for movie and person search results + * Factorisation of events in search results + * Persons in common implemented in movie page + * Movies in common implemented in person page + * Support several roles in the same movie for an actor + * Better display of search results, spaces added + * Increase biography field size + * Movies in common are now sorted by release year + * Better user input validation for same-person movies in common + + Applications: qcookboob + * Implement tab navigation (#1290) + * Fix bug when thumbnail_url is empty + + Applications: radioob + * Can now download full album + * Add file in search subcommand + + Applications: videoob + * Fix the problem with streamed calls on requests (#1683) + * Display download subcommand in debug mode + + Applications: weboorrent + * Fix formatter for info command + + Applications: weboob-config + * Improve info command to allow json formatting + * Put all config details in a dictionnary + * Format capabilities as JSON array + * Add installation status in modules subcommand + * Prompt user to accept an untrusted keyring (#771) + * Add module_name param in add_backend to allow command line interaction + * Update help of "add" command + + Tools + * Move guess_encoding into weboob.tools.misc + * Add a Javascript class + * Avoid crash on UnicodeDecodeError with retry decorator + + Tools: bash-completion + * Hide error (#1671) + + Tools: date + * Supporting french month abbreviation without dot + * Extend date_max_bump default value to 31 days in LinearDateGuesser and + ChaoticDateGuesser + * Add some french translation + * Parse french date with DMY order by default + + Tools: virtkeyboard + * Fix not logical arguments order + * Dump of tiles: save full image too + * Allow to receive a list in get_symbol_code() method + * Support pollution in coords attributes + + Contrib + * Add a gtk appindicator for boobank + * Remove bashisms in report_accounts.sh + * weboob-generic: fix object listing when tomonitore is not set + + Contrib: downloadboob + * Print link message only when needed + * Fix new file detection + * Support download of m3u8 files + * Allow passing config and section filter on command line + * Replace call to 'fill_video' by 'fillobj' + + Modules: 750g + * 750g is now working using browser2 (#1706) + * Fix: Only select the first thumbnail image + * Fix: Site changed + * Improve instructions parsing + + Modules: adecco + * Bump to browser2 + + Modules: agendadulibre + * Add missing favicons + * Adapt for timezone support + * Do not crash when json included in webpage is not valid + * Correctly retrieve start and end date + + Modules: allocine + * Remove excessive quote_plus call on pattern to make multi-word search work again + * Adapt for more informations in persons_in_common and movies_in_common + * Fix: accents were causing problems in search + * Handle videos from allocine + * Handles showtimelist in allocine + * Fix: bug while playing videos from external url + * Fix: syntax error on allocine + * Adapt for timezone support + * Max rallocine rate is 5 + * Fix unicode warning + + Modules: allrecipes + * Adapt to new version of website + * bump to browser2 + + Modules: amazon + * Skip "In transit" orders. (#1684) + * New discount: "Lightning Deal" (#1684) + * Generate payment transaction if there aren't any (#1684) + * Order charges xpath fix (#1684) + * Amazon module: skip 'Not yet shipped' orders (#1699) + * Amazon module is updated according to the website change (#1715) + * Skip "On the way" orders at Amazon (#1716) + * Support new version of Amazon order details header (#1721) + * Retry Amazon requests after ReadTimeout exception + * handle Timeout exception as ReadTimeout has been introduced in recent versions of requests + * Add French Support and Shopoob compatibilities + * Add french translations + * Retry ConnectionError as well (#1742) + * pep8 fixes + * Support for a new payment layout and priceless items (#1764) + * Scrape the updated website (#1808) + * Update after site changes + * New status to ignore + * More shippings and discounts (#1853) + * Retry getting an order page (#1876) + * amazon bills + * Fix: work with iter_resource, and use ISO currency codes instead of symbols + + Modules: ameli + * Update after sites changes, and upgrade to new browser + * Handle authentication errors + * PaymentDetailsPage: use a simpler URL + * Site was updated + * details isn't implemented: remove dummy code + * ameli: prevents crashes when no bills are available + + Modules: amelipro + * Update after sites changes, and upgrade to new browser + * Fix decimal bug + + Modules: americanexpress + * Handling no amount on account + * Add default date to beginning_debit_date + * Handle new americanexpress site but only if there is only one card + * Increase timedelta to guess real date + * Handle US account + * Amex is dumber and dumber ( increase time delta because amex have hard time to put the date in a good interval) + * Fix parsing of rdate + * Fixing card type + * Removing useless id + + Modules: apec + * Use https instead of http + * Adapt to the new version of the website and use browser2 + + Modules: arretsurimages + * Fix: get videos titles in h1 (#1447) + * Fix: correctly implement search and add a test (#1691) + + Modules: arte + * Fix bug id was not well filled in info command and title was not filled + * Adapt to browser2 + * Fix display bug during newly install + * Default value must be key, not label + * Fix bug when urls are not found + * Fix bug when date is not available + * Handle special characters in search + * Fix arte concert (a fields has been removed fron json) + * Handle special cases in json parsing + * Do not raise 404 error while searching a video using an other site url + * Fix program menu management + * Fill id using a better value for arte cinema + + Modules: audioaddict + * Fix description data removal from audioaddict API + * Rename SKY FM to Radio Tunes + * Add Fresca Radio + + Modules: aum + * Search query string: replace %(lat)s and %(lng)s with position in my profile + * Fix parsing of geo position + + Modules: axabanque + * New login pages on axabanques (#1709, #1711) + * account.id is now only paramNumCompte if there is not paramNumContrat + * Handle expired password + * Handling banned account + * Do not try to recover transaction from DAT account + * axabanque fix duplicate accounts id + * Handling duplicate id for account using Jsp Id + * Stop parsing history of investment accounts + * Fixing random number formating + * Add error page + + Modules: banqueaccord + * Fix inconsistent history on loan accounts if there is no init date + * Labels of login fields changed + + Modules: banquepopulaire + * Support new authentication on some region websites + * Fix login on new website (needs upper case login) + * Fix crash for new cards with no debited history + * Break the new protection + * Support full list of accounts (#1360) + * Fix crash in a particular case of navigation + * Supporting new account page + * Parsing last connection date correctly + * Fix navigation when passable unavailable page is displayed before login + * Support case where user may accept TERMS_OF_USE + * No history if account has no prev_balance + * Apply alsace and lorrainechampagne fusion in bpalc in banquepopulaire module + * Add Investment accounts + * Correctly return an iterator even if this isn't an investment account + * Fix crash on empty field banquepopulaire investment + * Add life insurance investment + * Skip message pages to get_investment on banquepopulaire + * Fix a crash on iter_accounts after an investment on banquepopulaire + * Remove stored 'token' attribute from browser and fix navigation on banquepopulaire website + * Correctly get token only when available + * Handle error page to avoid global crashes + * Fix to get token + * Adding support for IBAN + * Fix getting tokens on some pages + * Attempt to fix cgu validation + * Adding loan + * Add unavailable page + * Fixing useless id + * Ignore \0 bytes in documents + + Modules: barclays + * Add AssurancePage on which we don't support get_history + * Fix barclays navigation + * Handle suspended accounts + * Fix bug when card is first account + * Support more account types + * Sorting transaction before returning + * Fixing page payement to foreign currency + * Remove print + * Remove bad transactions ids + + Modules: biplan + * Site changed + * Detect invalid events + * Do not crash when no time can be found + * Add timezone / fix encoding and hours detection + * Fix parsing error on start date + + Modules: bnporc + * Fix to get transactions when they are ordered by type + * Get IBAN of accounts + * Do not try to get IBAN for delegated accounts + * Add investments to bnporc module + * Handle corner case + * Move old code for old site in a new folder + * Add support for new bnp site + * Move new browser into pp/ + * Parse transaction labels, and fix account's coming + * bnp history not supported on life insurance + * Investment not implemented for entreprise browser + * bnp investment fix + * Handle error message after login + * bnp type life insurance on capitalisation accounts + * Do not get investments from PEA Espèces + * Handling account without history + * bnp history always return an iterator + * New bnp entreprise certhash + * Switch to new website and several fixes + * Correctly set IDs + * Raise BrowserIncorrectPassword when user should use hellobank instead + * Raise IncorrectPassword after 100 connections + * WIP on new company bnp website + * Adapt module to use Browser2 + * Add company browser + * Fall back on old website for pro accounts + * Add iban field for company accounts + * New certificate + * Fix compatibility with python2.6 + * Fix concerning banqueprivee subdomain + * Handle website unavailable for history + * Better handle of expired password + * rename pp folder to ppold + * Fix PEP8 E713 + * Support lifeinsurances on new website + * Add authentification error code + * Skip transaction without date + * Adding support iban for some pro account + * Automatically update password to the same one when the 100 connections threshold is reached + * Type more accounts to get history and transactions investments on those + * Revert fall back on oldwebsite for pro accounts + * Add a page to renew password + * Support checking type + * Adding loan for crédit immobilier + * Calculate IBAN key if messing + * Add Hellobank support + * Use shorter id + * Revert "[bnporc] use shorter id" + * Handle investment and history on market accounts + * Fix crash if bnp throws 500 HTTP status code + * New connection threshold page url for hellobank + * Valution_diff on market accounts + * Add number to iter_accounts + * Fixing bad id for coming transaction + * Prevent us from crashing when bnp crashes + + Modules: boursorama + * Add investment + * Support market investments + * Fix duplicate entry on card account + * Cleaner way to iterate + * Better explanation for Investment class + * Fix website changes (virtual keyboard, accounts list) (#1696) + * Ignore moneycenter accounts + * Minor fix + * Introduce new type Account.TYPE_LIKE_INSURANCE + * Use two_authentication with BrowserToBeContinued instead of raw_input + * Use StateBrowser, s/BrowserToBeContinued/BrowserQuestion/ and coding style fixes + * Remove text after card number if any + * Raising incorrecte password when profil is incomplete + * Fix CC history for boursorama + * Update hash of boursorama's certificate + * Fix duplicate accounts + * bourso new investment page and fix parsing + * Fix crash when there is more data in the cell + * Fix PEP8 E713 + * Fix parsing of unit price + * Fix investment link parsing + * Ignore immediate debit cards + * Investments on lifeinsurance transactions + * Fix pagination of lifeinsurance history + * Ignore promotional fake accounts + * Fix parsing some special market accounts + * Valuation diff on lifeinsurance accounts + * Fixing bad id transactions + * Do not use useless id + * Fixing false id in transactions + * Fix parsing of investment label + * Fall back on old website if we are on the new one + + Modules: bouygues + * Rewrite backend using browser2 (#1970 and #1978) + * Add support for bill on bouygues + * Avoid useless login + * Handle website modifications + * Home page uses https (#2510) + + Modules: bp + * Support professional accounts + * Update upstream certificate hash (#1702) + * Handling when website have an error + * Fix parsing of virtual keyboard url + * Add a page to pro website + * Catch a no online banking service at login + * Set type of accounts on professional accounts + * Identify credit card for each transaction + * Update to new certificate + * Adding IBAN support for banque postal pro + * Add a regexp on withdrawal labels + * Parse IBAN for personal accounts + * Do not crash if there is no IBAN for an account + * Iban in unicode + * Fix for newer pdfminer versions + * Fixing bad account type on pro website + * Sorting transactions before returning them + * Fix for new API + * Only call initialize if needed + * Fix get_pages usage for new API + * Fix newapi import + * Fixing fake id for transactions + * Fixing pdf parse with new api + * Fixing no RIB + + Modules: bred + * Support new website of bred + * Fix compatibility with Decimal of python2.6 (#1685) + * The 'categorie' key isn't always in json + * Detection of disabled accounts + * Correctly strip currency code + * Correctly deal with cookies storage + * Add type Account.TYPE_DEPOSIT + * Catch technical error at login + * Fix duplicates accounts + * Fix PEP8 E713 + * Get IBAN on accounts + * Dd certash + * Handle multiple universes + * Oops fix mistake + + Modules: caissedepargne + * Fix getting card accounts on old website + * Set type on card transactions + * Support Banque BCP which uses same website than caissedepargne + * Do not force TLSv1 anymore as in some cases it doesn't work + * Investment on lifeinsurance and market account + * Add balance on NUANCE + * Fix IndexError related to investment feature + * Handling website error for market place + * Fixing index error when checking if we are on error page + * Fix BrowserUnavailable when browser is on market pages + * Iban on cassedepargne accounts + * Add new certhash + * Ignoring CB transaction aggregation + * Try to type more accounts + * Adding support for saving type + * Prevent crash on market + * Get more investments + * Valuation_diff on market accounts + * Fix crash if there are several market accounts + * Fix not authorized to read market accounts + * Fix accounts parsing on banquedelareunion + * Adding compte titre type + * Fixing leaving investment space + + Modules: canalplus + * Correctly fix the problem with streamed calls on requests (#1683) + + Modules: carrefourbanque + * Fix accounts parsing + * Fix 404 on history and now support "compte livret" + * Fix when account balance is negative + + Modules: cci + * Update for Join filter changes + * Site changes + + Modules: chronopost + * Status guessing + + Modules: cic + * Handle new certificate + * Supporting mouvements.html and situation_financiere.html + * Fix list index out of range on iter_accounts + * Rewrite module to browser2 (based on creditmutuel) + * Cic can have letter in login + * Add IBAN on cic + * Fixing cic account with "Contre-valeur" + + Modules: citelis + * Certificate hash change + + Modules: citibank + * Do not wait for transactions if there's none. (#1661) + * Credit limit, payment due date and amount for Citibank. (#1719) + * Use V8 for login (#1743) + * Relogin when the website returns garbage instead of a PDF. (#1820) + * Site was updated. Closes (#1820) + * Parse thousands correctly in the statements. (#1984) + * Backport check_output for 2.6 + + Modules: cmb + * Fix detection of authentication fail + * Add deposit type in CMB module + * Fixing when login is obsolete + * Fixing cmb with some pro module + * Quick fix for multiple space. + + Modules: cmso + * Add pro browser to cmso bank module + * Correctly raise instance of BrowserIncorrectPassword + * Correctly handle 500 error during login + * Fix parsing of market accounts and factorization of the Transaction class + * Fix website changes on auth page + * Go to subscription page before get accounts for some users + * Use a local instance of LinearDateGuesser instead of global one + * Support pagination of transactions + * Fix: coma are used as decimal separators + * Correctly handle expired sessions + * Fixing duplicate entry + * Handle double site type on the pro side + * Clean + blackbox compatibility on cmso pro + + Modules: colisprive + * Rewrite for browser2 + * Fix history parsing + + Modules: cragr + * Fix parsing of labels with new crédit agricole website + * Fix parsing of raw transaction text + * Handle useless pages to prevent being redirected to mobile version + * Get IBAN on accounts + * Detect connection errors + * Add new labels to market type + * Fix account list parsing, skip irrelevant account + * Fix getting history for card accounts + * Fix import of Account + * Add tdbgestion page + * The type of PEL accounts is now SAVINGS instead of MARKET. + * Refactor + * Support life insurance accounts + * Handle sessionSAG parameter + * Support market accounts + * Handling bad investement parsing + * Handling bad value for investement + * Fix parsing on cragr investment + * Fix av investment parsing + * Do not return NotAvailable if value == 0.0 + * Support loan accounts + * Fix double clean of investment amounts + * Add account types + * DAV PEA is a checking account + * Handle new login navigation on some sub websites + * Fix incorrect password on new login + * Add page to fix login access + * Fixing categorization + * Cragr perimeters + * Adding new saving account name + * Fix infinite loop when a crash occurs on perimters + * Fix when some perimeters are crashing + * Fix broken perimeters + * Fix in case of CGU poping when changing perimeters + * Fix card accounts balance parsing + * Fix mistake + + Modules: creditcooperatif + * Update regexp to support SEPA transfers + * Fix exception in some cases + * Fix regexp for external transfer + * Handle investment + * Correctly return an iterator even if this isn't an investment account + * Add attribute _inv to pro accounts + + Modules: creditdunord + * Handle the case when the creditdunord CB label is "OPERATION SUR CARTE" (#1712) + * Remove spaces from IDs + * Handling account with no history + * Handling no details for this account + * Fix crash on accounts which doesn't support history + * Handle duplicate accounts + * courtois: we now skip transactions without date even on pro accounts + * Fixing wrong id when no details for an account + * Trying to avoid duplicate accounts + * Fix courtois we now always return iter for investment + * Handle IBAN + * Fix auth fail url + * Add VirtualKeybord auth + * Change lifeinsurance accounts type + * Removing false id for transactions + * Fix life insurance accounts and add valuation_diff + * Raise BrowserIncorrectPassword is password isn't digits + * Fixing history for account + * Fixing pro account + * Fix assert for password + * Avoids infinite loop in case of fail login + + Modules: creditmutuel + * Handle new useless pages + * Updat transfer method + * Save and load state of browser into storage + * Handle refresh on empty page + * Handling already logged + * Handling html page + * /cmmabn/fr/ is a valid login page + * If do_login() is called, force go on the login page + * Handle refresh on LoginPage too + * Handle disconnection + * Fix accounts parsing + * Fix parsing of 'soft' parts of account names + * Fix parsing of balances if accounts page has been configured by user to display balance in several currencies + * Clear cookies before to login + * Better form detection + * Increase timeout + * Clean transactions label + * Parse contactless payments ("PSC") transactions + * Handling orignal currency + * Using TableCell to handle dynamic transaction list + * Ignore ELEVE CARTE line + * Add account types patterns + * Add type pattern for young accounts + * Investment for market accounts + * Fix crash when trying to find reale amount of market accounts + * Fix portefeuille account parsing + * Add IBAN on creditmutuel accounts + * Fix parsing market accounts + * Fix parsing of unitprice + * Fix skipping market summary fake account + * Fix parsing valuation of a market account + * get more iban + * Fix parsing isin codes in special cases + * Handle new website + * Redirect page added + * Fix label + * Fix parsing label of accounts on old websites + * Fix wrong valuation on market accounts if several are present + * Valuation_diff on market accounts and new balance for PEA + * Account typing + * Fix blackbox compatibility + * Fetch more transactions + * Fix detection if transactions are coming or not + * Fix when last_debit is None + * New accounts type + * Life insurance on old website + * Fill the rdate field on life insurances history + + Modules: cuisineaz + * Site changed / rewritten using browser 2 + + Modules: dailymotion + * Fix dailymotion "search" return bug message + * Fix to get video url + + Modules: delubac + * Rewrite module with browser2 on new website + * Handle accounts and transactions + * Website require a digit password + + Modules: ovh + * Adding bill for ovh + + Modules: edf + * Correctly set amount and currency on bills + + Modules: ehentai + * original_title does not exist anymore + * There is no more description available + * Update cardinality field name + * Use Thumbnail object + + Modules: feedly + * Favicon transparency and remove JPEG artifacts + * Use new DictElement object + * Improve tests + * Iimprove login management + * Fix login + * Do not crash when there is no title in article + + Modules: fortuneo + * Detection of accounts type + * Support investments detail + * Add page to browser: pea account type + * Introduce new type Account.TYPE_LIKE_INSURANCE + * Update changed certificate + * Fix fortuneo module now support "compte especes" + * Fix support of PEA accounts + * Fixing empty performance + * Fixing 2nd detail line who was considered like investment + * Fixing bad int values on investment + * Fetch history of life insurances + * compte-espaces is a AccountHistory page + * Correctly set type of market accounts + * Fix savings account type + * Fixing closed life insurance account on fortuneo + * Raise IncorrectPassword when there is new id + * Throwing error when an sms is required to access information + * Switching error to browser incorrect password + * Fixing listing account + * Fix crash when parsing accounts without balance + * Fix navigation + * Support deferred debit cards + * Set type of card transactions + * Fix new pass required detection + + Modules: francetelevisions + * Fix "search" always return empty list + * Correctly fix the problem with streamed calls on requests (#1683) + * Remove "latest" feature + * Fix pluzz's search (1700) + * Add option to get video from an url + * Handle lastest replay videos + * Fix bug search date in bad balise + * Fix bug: we can only search one time + * Use new DictElement object + * Fix: site changed (#1855) + * Fix: site changed again (#1868) + * Update tests + * Fix bug while getting video from some url + * Fix error when video url is none + * Handle url from francetvinfo website + + Modules: freemobile + * Correctly handle wrong credentials + * Fix parsing of bills urls + * Force UTF-8 encoding with the standard mechanism + * Enable bills filtering for multi-account + * Fix subscription date parsing for multi-account + * Fix forfait name parsing for multi-account + + Modules: ganassurances + * Rewrite ganassurance with browser2 and fix auth and history + * Add missing date column title for cards history + * Fixing statefull website with account's link changing + * Fixing coming date with an other label + * Change AccountsPage xpath to only get personal finances accounts + * SSL is not supported anymore + * Add changing pass/id page + + Modules: googletranslate + * Fix code used by Google Translate for Greek + + Modules: groupamaes + * Use a local instance of LinearDateGuesser instead of global one + * Should now always find accounts + * Fix : site changed + + Modules: hellobank + * Fix permissions, encoding and copyrights + * Do not try to get IBAN from life insurance accounts + * Do not try to get history of life insurance accounts + * Allow transaction parsing across multiple pages + * remove module, use bnporc instead + + Modules: hsbc + * Handling when website is gone away + * Fixing shared accounts_list + * Fix new list of accounts and new URLs + * No history on loan accounts + * Handling duplicate account id (#2114) + * Submit two useless form to mimic browser + * Fix date parsing + * Add coming for cards + * Do not use fake id for transactions from hsbc + * Allow hsbc user to have more than 8 length password + * Fixing credit is positive on some account + + Modules: hybride + * Fix: site changed + * Fix: Date parsing + * Fix: site changed again + * Fix bug when there is no end date + * Iimprove end_date management + * Update to support timezone + * Use Decode filter to get the good id + * Simplify id + + Modules: imdb + * Fix: python datetime is locale-dependent + * Fix: 'N/A' value in movie release date + + Modules: imgur + * Port to browser2 + * Implement CapGallery + + Modules: ina + * Bump to browser2 + * Handle CapAudio + * Find video from url + + Modules: ing + * Coding style + * Change selection of keyboard (more generic) + * Fix navigation after a transfer + * Remove hack to convert decimal to int + * Fix crash if there is no ':' in IDs + * Update regexp + * Allow birthday to be entered with separators + * Support of ASV accounts + * Fix switch between market and checking websites + * ASV accounts don't have history + * Fix detection of errors in page + * Get valuation information in several locations + * NotImplemented exception for history on asv and clean code + * As ING website sucks, re-login to retry getting investments list + * Introduce new type Account.TYPE_LIKE_INSURANCE + * Fix website change + * Be sure we are logout before login + * Store "where" in ing browser + * Fix bad login with cookie cache + * Fix parsing of euro founds + * Add a kind of life insurance account name + * Fix parsing of ISIN code for market accounts + * Fix switches between market and bank websites + * Euro funds have diff equal to 0 + * Fixing not avalaible value + * Handling netissima page + * Fix set of Investment.unitprice for market accounts + * Correctly get subscriptions even if previous page was on market + * Fix finding jid on some pages + * Load ISIN code from details page if not available in the list + * Fixing empty page in some case in investment without pl in URL + * Prevent useless request since there is no history on asv accounts + * Handling +infinity (best investment ever) + * Fix ISIN code on asv + * Do not slugify investments without ISIN codes + * Fix ing bills + * Parse bills dates + * Skip summary bills + * Fix isin on US investment + * Fix when valuation is not available + + Modules: inrocks + * Url changed + * Fix url matching + * Do not try to parse premium news pages + + Modules: kickass + * New domain name + * Adaptation to new browser, iter_torrents mysteriously not working + * kickass now works with new browser + + Modules: lcl + * Website change, rewrite with browser2 + * Ignore summary lines in history tables + * Fix stop parsing not transactions lines + * Certificate updated + * Fetch detail of transactions and use it in Transaction.raw + * Change timeout to 30 seconds + * Call default Browser.deinit() + * Do not change Transaction.raw if there is no detail + * Adding pagination support for lcl + * Fix async bug with cards + * Fixing RC4 and cert for pp browser + * New certificate for LCL Espace Pro + * Browser doesn't inherit 'object', so 'super' doesn't work + * Handling account can't use online service when login + * Fixing bad login when session expire + * New transaction detail page + * New certificate for lcl entreprise + * Fix date parsing bug on transaction label 0/07/2015 + * Wrongpass instead of BrowserUnavailable + * Fix PEP8 E713 + * Fix contracts selection routing + * Remove validate method + * Handle one case of bad login/pass + * Handle investment + * Fix for clients with no market investment accounts + * Fix crash on asv accounts + * Fix parsing of life insurance accounts with special chars in owner name + * Fixing when we have some additional information + * Disconnecting from bourse portal before returning the account list + * Fix bugs on av accounts, double ids and disc from detail + * Fix mistake in disc page + * Fix life insurance accounts ids + * Fix parsing of market accounts + * Fix crash on enterprise websites + * Adding iban info when available + * Fix pro accounts iban + * No permission page to fix crash + * Fix crash in case life insurances are unavailables + * Support a new account type + * Fix parsing of some transactions on pro accounts + * Adding saving account + * Handling IBAN single account + * Adding checking account + * Fixing payement wording + * Adding SAVING type for account + * Handle home page so the module is blackbox compatible + * Adding account type + * Change page to handle specific behavior + + Modules: leboncoin + * Add missing favicons + * Fix bug while parsing date + * Fix bug when area is unknown + * Add regions support + * Fix error when there is no price and improve description display + * Improve cities display in search + * Fix search city using zipcode + * Fix bug when user do not choose any city + * Do not crash if a select does not exist in the form + * Fix title parsing in search result + * Get main photo when there is no carousel + * Fix bug in costs retricton for rent type + * Fix bug due to other backends cities + * Fix site changed + * Fix regex in id detection + + Modules: lutim + * Upgrade to Browser2 + + Modules: mailinator + * Fix module as the api changed + + Modules: mareeinfo + * Add missing favicons + + Modules: marmiton + * marmiton is now working using browser2 (#1706) + * Fix bugs in marmiton + * xpath change (#2117) + + Modules: mediawiki + * Update tests to use "Project:Sandbox" page + * Port to browser2 + * Remove useless stuff + + Modules: meteofrance + * Adapt to browser2 + * Use new DictElement object + * Allow to iter forecasts using town name in addition to city id + * Site changed + + Modules: monster + * Fix and adapt to browser2 + * Improve page parsing + * Adapt for new Join filter + * Handle adverts coming from partner websites + + Modules: okc + * Correctly detect when login fails + * Handle logged page + * Make all attributes of optim start with an underscore + * Fix parsing of profiles + * Way used to vote has changed + * Fix encoding of urls + * Fix parsing of thread title + * Rewrite okc module with browser2 and less ugly code + * Skip empty essay fields + * Add status and orientation fields + * Do not remove old threads anymore + * Iter_unread_messages: do not visite read threads + + Modules: oney + * Add new hashes for virtkeyboard + * Change get_balance xpath + * Adding hash for virtkeyboard + * Handle multiple cards + + Modules: orange + * Adapt to website changes (#1828) + * Add https urls + * Update maintainer + * Supporting bill capability for orange + + Modules: pap + * Adapt to new DictElement object + * Fix bug in parsing date + * Fix : site changed + + Modules: pastealacon + * Fix: url changed + * Works with other pastebin sites + * Revert "pastealacon: work with other pastebin sites" + + Modules: paypal + * Handling when user can't acces account balance on main account + * Supporting new paypal website + * Fixing using new account page version when we are already on old account page + * Handling when currency is not in right place + * Fixing primary account display twice + * Fixing wrong id on account + * Checking website version after login + * Fix crash on new accounts list (#1654) + * Fix selection of table containing last file requests to be less ambiguous + * When balance is zero, paypal add a class to the div + * Handling new website account for individual + * Paypal fix for KeyError: 'counterparty' + * We now ignore transactions with no 'displayAmount' + * Fix name of paypal accounts (display currency instead of balance) + * Take care of transaction's net amounts (#1694) + * Fix warning with adding a new home page + * Handling home page on new private website + * Fix paypal new activity URL + * Fix paypal + * Use locale.format to format amount + * Do not use locale.setlocale to parse amount + * Fix history on paypal, stop parsing suspended recurring payment + * Get converted amount for foreign currencies + * Fix crash IndexError: list index out of range (#1747) + * Remove unused code, fix timeout of history fetch + * We don't try to parse transactions without currencyCode anymore + * New cert + fix conversion warning + * Handling useless captcha page + * New paypal certificate + * Execute javascript convert() function on token + * Paypal handle bad login/password + * Add paypal new page to fix crash on history of some accounts + * Fix crash on old website and inform users + * Change detection of pro or perso account_type + * Increase DEFAULT_TIMEOUT for accounts with a lot of transactions with foreign currency + * Fix call of ads_token convert function + * Fix timeout on accounts with huge transactions number + * Fixing timeout for some accounts + * Handling timeout when fetching old history + * Fix transactions parsing + * Get real amount accounting paypal's commissions + * Fixing captcha + * Handling promo page for new paypal application + * Rewrite paypal with browser2 and fix login + * Add a way to detect login errors + * Pro accounts transactions amount is now returned without commission + * Ignoring refound offer for paypal + * Fixing paypal auth challenge + * Do not supply floats to Decimal constructor + * Fix login + * Detect a login error + * Fix parsing accounts without available balance + * All personal accounts seems to be on new api. + * Parse more transactions not in account currency + * Try to get the activity 3 times + * Discard another transaction type + * Fix regexp parsing converted amount of transactions + * Fix mistake of converted amount parsing + * Handling payement from another bank + * Fix parse_transaction return + * Using original wording for payement from another bank and setting type + * Check if there is a associated transaction for "Achat de" + * Fixing bad return + * Include archived transactions + * Fix pro accounts transactions amounts not in account currency + * Fix parsing converted amount from other currency + * Fixing paypal using different token for conversion + * Removing commande à from transaction list + * English key word to skip transactions + * Fcking paypal + + Modules: piratebay + * Use new domain names + + Modules: playme + * Add a profile walker to automatically send won challenges + * Implement get_account_status() + * Fix warnings + * Answer only to 5 questions + * Fix challenges with users who have already challenged you + * Fix crash when there is no contact + * Use Module.create_browser to correctly give all standard arguments (proxy, logger, etc.) + + Modules: poivy + * Fix low balance listing + + Modules: popolemploi + * Fix search and upgrade to browser2 + * Website uses https + * Site changed + + Modules: presseurop + * Fix body selectors + + Modules: radiofrance + * Site changed / backend rewritten using browser2 + * Manage selection podcasts / improve testing + * Handle podcasts + * Fix indentation typo + * Minor fixes + * Cleanly display live in repl + * Handle new francebleu website, retrieve the good player url when default player is the video player + * Fix 404 errors in selection + + Modules: razibus + * Increase timeout + * Support timezone + + Modules: redmine + * Fix crash when parsing custom fields + + Modules: regionsjob + * Fix: site changed + * Fix parsing when advert is a picture + * Update to new Join filter + * Do not crash while parsing an external advert + + Modules: sachsen + * Fix parsing of flow level + * Improve test for sachsen module + * Partial fix of new website + * Fix history with new website + + Modules: seloger + * Remove useless condition + * Fix bug on pagination + * Use new DictElement object + * Handle special characters (#1883) + * Fix json parsing + + Modules: senscritique + * Skip test when StopIteration is raised + * Improve module code + * Fix date parsing + * Add Mangas missing channel + * Fix bug when end_date is asked and not found + * Use set_profile(Firefox()) instead of _setup_session(Firefox()) + * Remove id lists + * Fix channels selection + * Site changed (we cannot choose channels packages anymore) + + Modules: societegenerale + * Correctly detect when the website is unavailable + * Page parsing for saving accounts + * Update upstream certificate hash + * Update certificate hashes + * Credit card is no longer in coming + * Switch rdate/date and little fixes + * Update hash of soge enterprise certificate + * Fix duplicate accounts on cards accounts + * Adding IBAN support for pro and entreprise accounts + * Setting new certificat hash + * Fix greediness of a transaction pattern to avoid crash + * Update certificate + * Testing account true id for card + * Check ssl certificate after browser construction + * Support market account + * Support life insurance account (Investment) + * Refactor + * Support life insurance account (Transaction) + * Fix type of 'PEA Espèces' account + * Detect and log unknown type account + * Do not iterate over all available transaction + * Move set_date into LifeInsuranceHistory, and do not return to transactions list + * Do not store NotAvailable amounts + * Do not crash on pro account + * Fix investment valuation + * Fixing unsuported link account + * Adding PEA Especes to unsuported link + * Dd an url to the crashing ones + * New ssl certificate + * Add reinitpassword page to prevent crash. + * Fix parsing and pagination of market investments + * Try to type more accounts + * Adding iban number + * Try to fix weird crash + * Fix navigation without id transactions + * Fixing fake id for investment + * Fixing account type + + Modules: tinder + * Fix warnings + * Fix crash when a contact has been removed + * Use APIBrowser + * Do not crash when the limitation rate is reached + * fix login on tinder: need to find the cookie in js + * Avoid aborting profiles walker when queue is empty + * Fix PEP8 E713 + * use Module.create_browser to correctly give all standard arguments (proxy, logger, etc.) + + Modules: transilien + * Fix _regexp name in RoadMapDuration filter + * Fix ambiguous departure/arrival in roadmap + * Use new DictElement object + * Fix incorrect roadmap duration parsing (#2089) + + Modules: twitter + * Fix: site changed + * Exclude non-tweets + * Fix: trendy tweets (site changed) + * Fix search pagination + * Fix comments parsing + * Fix condition to correctly check if user is logged + + Modules: vimeo + * There is no latest category on vimeo (#1692) + * Allow to browse categories and channels + * Bump to https and handle site changes + * isSafeForFamily field is not always filled + correctly handle its value + + Modules: vlille + * Fix encoding error + + Modules: wellsfargo + * Force TLS v1.0 for Wells Fargo module. (#1647) + * Credit limit, payment due date and amount for Wells Fargo bank (#1720) + * Scrape minimum credit card payment and due date (#1809) + * Update to new login security checks (#1999) + * backport check_output for 2.6 + + Modules: wordreference + * [wordreference] Adapt to browser2 + + Modules: youjizz + * Min pattern size for search is 3 characters + * Use UserError instead of ValueError + * Videos are now hosted on another domain + + Modules: youporn + * 'a' and 'i' pattern are not supported (404 error) + * Rewrite with Browser 2 + * Use UserError instead of ValueError + * get_video fill the id + + Modules: youtube + * Fix parsing of js signature (#1695) + * Backported changes from youtube-dl + * Fix call to _extract_signature_function() + Weboob 1.0 (2014-10-17) General diff --git a/man/boobank.1 b/man/boobank.1 index c5337df729d17c594e9ff326b5b14e10cfebacc8..f88b01c698ac46a2e9658e7e50d5727b1f5ec81b 100644 --- a/man/boobank.1 +++ b/man/boobank.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBANK 1 "17 October 2014" "boobank 1\&.0" +.TH BOOBANK 1 "11 February 2016" "boobank 1\&.1" .SH NAME boobank \- manage bank accounts .SH SYNOPSIS @@ -18,6 +18,8 @@ Console application allowing to list your bank accounts and get their balance, d .SS Supported websites: * alloresto (Allo Resto) .br +* amazonstorecard (Amazon Store Card) +.br * americanexpress (American Express) .br * apivie (Apivie) @@ -30,6 +32,8 @@ Console application allowing to list your bank accounts and get their balance, d .br * barclays (Barclays) .br +* bforbank (BforBank) +.br * bnporc (BNP Paribas) .br * boursorama (Boursorama) @@ -68,23 +72,43 @@ Console application allowing to list your bank accounts and get their balance, d .br * groupamaes (Groupama Épargne Salariale) .br -* hellobank (Hello Bank!) -.br * hsbc (HSBC France) .br * ing (ING Direct) .br +* kiwibank (Kiwibank) +.br * lcl (LCL) .br * oney (Oney) .br * paypal (PayPal) .br +* s2e (Esalia, Capeasi, BNP PERE, HSBC ERE) +.br * societegenerale (Société Générale) .br +* vicseccard (Victoria's Secret Angel Card) +.br * wellsfargo (Wells Fargo) .SH BOOBANK COMMANDS .TP +\fBbudgea\fR \fIUSERNAME\fR \fIPASSWORD\fR +.br +Export your bank accounts and transactions to Budgea. +.br + +.br +Budgea is an online web and mobile application to manage your bank +.br +accounts. To avoid giving your credentials to this service, you can use +.br +this command. +.br + +.br +https://www.budgea.com +.TP \fBcoming\fR \fIID\fR [\fIEND_DATE\fR] .br Display future transactions. @@ -331,7 +355,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -383,7 +407,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon, Christophe Benz +Copyright(C) 2010-2016 Romain Bignon, Christophe Benz .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobathon.1 b/man/boobathon.1 index 822f8f57b18c8d7629342c488a27d81391d3e296..d355ce049c82bbbe162159f1104107abd5eeec38 100644 --- a/man/boobathon.1 +++ b/man/boobathon.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBATHON 1 "17 October 2014" "boobathon 1\&.0" +.TH BOOBATHON 1 "11 February 2016" "boobathon 1\&.1" .SH NAME boobathon \- participate in a Boobathon .SH SYNOPSIS @@ -270,7 +270,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -322,7 +322,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2011 Romain Bignon +Copyright(C) 2011-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobcoming.1 b/man/boobcoming.1 index fe33e48eef915887f471084e5f67c7a622bf88a4..af4ec6912632914022859f1ceda0161911c962e8 100644 --- a/man/boobcoming.1 +++ b/man/boobcoming.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBCOMING 1 "17 October 2014" "boobcoming 1\&.0" +.TH BOOBCOMING 1 "11 February 2016" "boobcoming 1\&.1" .SH NAME boobcoming \- see upcoming events .SH SYNOPSIS @@ -16,8 +16,12 @@ boobcoming \- see upcoming events Console application to see upcoming events. .SS Supported websites: +* agendaculturel (agendaculturel website) +.br * agendadulibre (agendadulibre website) .br +* allocine (AlloCiné French cinema database service) +.br * biplan (lebiplan.org website) .br * hybride (hybride website) @@ -26,6 +30,8 @@ Console application to see upcoming events. .br * razibus (site annonçant les évènements attendus par les punks a chiens) .br +* residentadvisor (residentadvisor website) +.br * senscritique (senscritique website) .br * sueurdemetal (SueurDeMetal French concerts list website) @@ -56,6 +62,14 @@ Get information about an event. \fBlist\fR [\fIPATTERN\fR]List upcoming events, pattern can be an english or french week day, 'today' or a date (dd/mm/yy[yy]) .br +.br +Default is limited to 10 results. +.TP +\fBload\fR [query name]without query name : list loadable queries +.br +with query name laod query +.br + .br Default is limited to 10 results. .TP @@ -266,7 +280,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -318,7 +332,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012 Bezleputh +Copyright(C) 2012-2016 Bezleputh .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobill.1 b/man/boobill.1 index e93c22f78d9380f818632bb170686922f19abc38..9bd1ee9935a4b22062fc2186909fb769cb374fbc 100644 --- a/man/boobill.1 +++ b/man/boobill.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBILL 1 "17 October 2014" "boobill 1\&.0" +.TH BOOBILL 1 "11 February 2016" "boobill 1\&.1" .SH NAME boobill \- get and download bills .SH SYNOPSIS @@ -16,10 +16,14 @@ boobill \- get and download bills Console application allowing to get and download bills. .SS Supported websites: +* amazon (Amazon) +.br * ameli (Ameli website: French Health Insurance) .br * amelipro (Ameli website: French Health Insurance for Professionals) .br +* bouygues (Bouygues Télécom French mobile phone provider) +.br * edf (Edf website: French power provider) .br * freemobile (Free Mobile website) @@ -28,10 +32,16 @@ Console application allowing to get and download bills. .br * ing (ING Direct) .br +* ldlc (ldlc website) +.br * leclercmobile (Leclerc Mobile website) .br * nettokom (Nettokom website) .br +* orange (Orange French mobile phone provider) +.br +* ovh (ovh website) +.br * poivy (Poivy website) .SH BOOBILL COMMANDS .TP @@ -290,7 +300,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -342,7 +352,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012 Florent Fourcot +Copyright(C) 2012-2016 Florent Fourcot .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/booblyrics.1 b/man/booblyrics.1 index 1ffbddd69fd8bb6c3617f6980ae9d220315e512a..3b8c0098f4e688a0ad7b3a1d7d5adb41f9aacd00 100644 --- a/man/booblyrics.1 +++ b/man/booblyrics.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBLYRICS 1 "17 October 2014" "booblyrics 1\&.0" +.TH BOOBLYRICS 1 "11 February 2016" "booblyrics 1\&.1" .SH NAME booblyrics \- search and display song lyrics .SH SYNOPSIS @@ -230,7 +230,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -282,7 +282,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Julien Veyssier +Copyright(C) 2013-2016 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobmsg.1 b/man/boobmsg.1 index 0c5b043f9c73d30ab0bfebd0781c5ac1de8fe318..1a6f034543d7e792f0d90176f230a4c2d4c2a8ae 100644 --- a/man/boobmsg.1 +++ b/man/boobmsg.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBMSG 1 "17 October 2014" "boobmsg 1\&.0" +.TH BOOBMSG 1 "11 February 2016" "boobmsg 1\&.1" .SH NAME boobmsg \- send and receive message threads .SH SYNOPSIS @@ -30,9 +30,9 @@ Console application allowing to send messages on various websites and to display .br * guerrillamail (GuerrillaMail temp mailbox) .br -* hds (Histoires de Sexe French erotic novels) +* happn (Happn dating mobile application) .br -* hellobank (Hello Bank!) +* hds (Histoires de Sexe French erotic novels) .br * inrocks (Les Inrocks French news website) .br @@ -46,7 +46,7 @@ Console application allowing to send messages on various websites and to display .br * newsfeed (Loads RSS and Atom feeds from any website) .br -* okc (OkCupid dating website) +* okc (OkCupid) .br * orange (Orange French mobile phone provider) .br @@ -310,7 +310,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -362,7 +362,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Christophe Benz +Copyright(C) 2010-2016 Christophe Benz .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobooks.1 b/man/boobooks.1 index f25f423c22375b80e2604ac107b1e09a432630c9..bfc6b3018572f3b1c82bb9926e9b80a1c6b985fd 100644 --- a/man/boobooks.1 +++ b/man/boobooks.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBOOKS 1 "17 October 2014" "boobooks 1\&.0" +.TH BOOBOOKS 1 "11 February 2016" "boobooks 1\&.1" .SH NAME boobooks \- manage rented books .SH SYNOPSIS @@ -218,7 +218,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -270,7 +270,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012 Jeremy Monnet +Copyright(C) 2012-2016 Jeremy Monnet .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobsize.1 b/man/boobsize.1 index 0d4d8bccf742cb7cc293608d06dbd258b50019c1..c7c7f081053f83296c588ec559af3e345a36c33d 100644 --- a/man/boobsize.1 +++ b/man/boobsize.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBSIZE 1 "17 October 2014" "boobsize 1\&.0" +.TH BOOBSIZE 1 "11 February 2016" "boobsize 1\&.1" .SH NAME boobsize \- display sensors and gauges values .SH SYNOPSIS @@ -237,7 +237,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -289,7 +289,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Florent Fourcot +Copyright(C) 2013-2016 Florent Fourcot .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobtracker.1 b/man/boobtracker.1 index fdc606abf59939b282760f6f24d7918a98126838..5e84cbd4cc25eaf2499f86374ef05dbe44368775 100644 --- a/man/boobtracker.1 +++ b/man/boobtracker.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBTRACKER 1 "17 October 2014" "boobtracker 1\&.0" +.TH BOOBTRACKER 1 "11 February 2016" "boobtracker 1\&.1" .SH NAME boobtracker \- manage bug tracking issues .SH SYNOPSIS @@ -314,7 +314,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -366,7 +366,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2011 Romain Bignon +Copyright(C) 2011-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/cineoob.1 b/man/cineoob.1 index c13d2679c373f5888494fa14a3bc57144d245d99..e280d881e7001169d14dfebccd556474e915560b 100644 --- a/man/cineoob.1 +++ b/man/cineoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH CINEOOB 1 "17 October 2014" "cineoob 1\&.0" +.TH CINEOOB 1 "11 February 2016" "cineoob 1\&.1" .SH NAME cineoob \- search movies and persons around cinema .SH SYNOPSIS @@ -401,7 +401,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -453,7 +453,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Julien Veyssier +Copyright(C) 2013-2016 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/comparoob.1 b/man/comparoob.1 index 1253d706728de55d176899b95e4004befe01f825..48dbcb89a6a78e908247f5f8b7b489b2367ecf41 100644 --- a/man/comparoob.1 +++ b/man/comparoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH COMPAROOB 1 "17 October 2014" "comparoob 1\&.0" +.TH COMPAROOB 1 "11 February 2016" "comparoob 1\&.1" .SH NAME comparoob \- compare products .SH SYNOPSIS @@ -224,7 +224,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -276,7 +276,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012 Romain Bignon +Copyright(C) 2012-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/cookboob.1 b/man/cookboob.1 index e9252a67295df8f8c9f60b3507b0ef14514a82da..83a2d75f7d6556ef19f965bb679364749e1675c2 100644 --- a/man/cookboob.1 +++ b/man/cookboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH COOKBOOB 1 "17 October 2014" "cookboob 1\&.0" +.TH COOKBOOB 1 "11 February 2016" "cookboob 1\&.1" .SH NAME cookboob \- search and consult recipes .SH SYNOPSIS @@ -240,7 +240,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -292,7 +292,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Julien Veyssier +Copyright(C) 2013-2016 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/flatboob.1 b/man/flatboob.1 index 84e80a4c5c9663b59506db7744f2124129817c2c..e5aa5322d431985247f27c98afe716e03a5e3517 100644 --- a/man/flatboob.1 +++ b/man/flatboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH FLATBOOB 1 "17 October 2014" "flatboob 1\&.0" +.TH FLATBOOB 1 "11 February 2016" "flatboob 1\&.1" .SH NAME flatboob \- search for housing .SH SYNOPSIS @@ -16,8 +16,14 @@ flatboob \- search for housing Console application to search for housing. .SS Supported websites: +* entreparticuliers (entreparticuliers.com website) +.br +* explorimmo (explorimmo website) +.br * leboncoin (search house on leboncoin website) .br +* logicimmo (logicimmo website) +.br * pap (French housing website) .br * seloger (French housing website) @@ -236,7 +242,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -288,7 +294,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012 Romain Bignon +Copyright(C) 2012-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/galleroob.1 b/man/galleroob.1 index c9bc4002e8a66b6743dfced9b4d9ef0ebc23050d..3a00191efdcaedcab2945ebe4c3956470a87a188 100644 --- a/man/galleroob.1 +++ b/man/galleroob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH GALLEROOB 1 "17 October 2014" "galleroob 1\&.0" +.TH GALLEROOB 1 "11 February 2016" "galleroob 1\&.1" .SH NAME galleroob \- browse and download web image galleries .SH SYNOPSIS @@ -22,6 +22,8 @@ galleroob browses and downloads web image galleries .br * ehentai (E\-Hentai galleries) .br +* imgur (imgur image upload service) +.br * izneo (Izneo digital comics) .br * mangafox (Manga Fox manga reading website) @@ -248,7 +250,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -300,7 +302,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2011 Noé Rubinstein +Copyright(C) 2011-2014 Noé Rubinstein .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/geolooc.1 b/man/geolooc.1 index 04989ed0e28ec2b8b348001f2a05807212216821..264591c0fac426bf9a5382538a7f10d91c7ede48 100644 --- a/man/geolooc.1 +++ b/man/geolooc.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH GEOLOOC 1 "17 October 2014" "geolooc 1\&.0" +.TH GEOLOOC 1 "11 February 2016" "geolooc 1\&.1" .SH NAME geolooc \- geolocalize IP addresses .SH SYNOPSIS @@ -16,8 +16,12 @@ geolooc \- geolocalize IP addresses Console application allowing to geolocalize IP addresses. .SS Supported websites: +* freegeoip (public API to search the geolocation of IP addresses) +.br * geolocip (GeolocIP IP addresses geolocation service) .br +* ipapi (IP\-API Geolocation API) +.br * ipinfodb (IPInfoDB IP addresses geolocation service) .SH WEBOOB COMMANDS .TP @@ -213,7 +217,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -265,7 +269,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/handjoob.1 b/man/handjoob.1 index 33cc18026596e4ebe6849abf34cbc89c5e266461..7667854721cfdb85164b1f0b23bc16d680827d71 100644 --- a/man/handjoob.1 +++ b/man/handjoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH HANDJOOB 1 "17 October 2014" "handjoob 1\&.0" +.TH HANDJOOB 1 "11 February 2016" "handjoob 1\&.1" .SH NAME handjoob \- search for a job .SH SYNOPSIS @@ -230,7 +230,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -282,7 +282,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012 Bezleputh +Copyright(C) 2012-2016 Bezleputh .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/havedate.1 b/man/havedate.1 index 8290fa53695558fb3b3198fab3d76812c9a3c733..1a75c9a605f8a0e972e0f4658c969791cf4914ef 100644 --- a/man/havedate.1 +++ b/man/havedate.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH HAVEDATE 1 "17 October 2014" "havedate 1\&.0" +.TH HAVEDATE 1 "11 February 2016" "havedate 1\&.1" .SH NAME havedate \- interact with dating websites .SH SYNOPSIS @@ -18,7 +18,9 @@ Console application allowing to interact with various dating websites and to opt .SS Supported websites: * aum ("Adopte un Mec" French dating website) .br -* okc (OkCupid dating website) +* happn (Happn dating mobile application) +.br +* okc (OkCupid) .br * playme (PlayMe dating mobile application) .br @@ -296,7 +298,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -348,7 +350,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2012 Romain Bignon +Copyright(C) 2010-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/monboob.1 b/man/monboob.1 index 2db97ab4695fcaa6d20af0f51a97f602bff4097e..33cf0a897415c9b6f98bca6c31692f031400a3f2 100644 --- a/man/monboob.1 +++ b/man/monboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH MONBOOB 1 "17 October 2014" "monboob 1\&.0" +.TH MONBOOB 1 "11 February 2016" "monboob 1\&.1" .SH NAME monboob \- daemon to send and check messages .SH SYNOPSIS @@ -30,9 +30,9 @@ Daemon allowing to regularly check for new messages on various websites, and sen .br * guerrillamail (GuerrillaMail temp mailbox) .br -* hds (Histoires de Sexe French erotic novels) +* happn (Happn dating mobile application) .br -* hellobank (Hello Bank!) +* hds (Histoires de Sexe French erotic novels) .br * inrocks (Les Inrocks French news website) .br @@ -46,7 +46,7 @@ Daemon allowing to regularly check for new messages on various websites, and sen .br * newsfeed (Loads RSS and Atom feeds from any website) .br -* okc (OkCupid dating website) +* okc (OkCupid) .br * orange (Orange French mobile phone provider) .br @@ -146,7 +146,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -198,7 +198,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/parceloob.1 b/man/parceloob.1 index 31bc9bb0513dae682d6d4ff3615dbbf867dd6845..ef674f6b49364be0e497028a1548244e469d63ec 100644 --- a/man/parceloob.1 +++ b/man/parceloob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH PARCELOOB 1 "17 October 2014" "parceloob 1\&.0" +.TH PARCELOOB 1 "11 February 2016" "parceloob 1\&.1" .SH NAME parceloob \- manage your parcels .SH SYNOPSIS @@ -22,6 +22,14 @@ Console application to track your parcels. .br * colissimo (Colissimo parcel tracking website) .br +* dhl (DHL website) +.br +* dpd (DPD website) +.br +* gls (GLS website) +.br +* itella (Itella website) +.br * ups (UPS website) .SH PARCELOOB COMMANDS .TP @@ -234,7 +242,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -286,7 +294,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Romain Bignon +Copyright(C) 2013-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/pastoob.1 b/man/pastoob.1 index 016c85e3722b7401d2c7d077c1fae5f8a7a36a2a..907769b6b2f78427e0ad7b95eed8bd6349029fdf 100644 --- a/man/pastoob.1 +++ b/man/pastoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH PASTOOB 1 "17 October 2014" "pastoob 1\&.0" +.TH PASTOOB 1 "11 February 2016" "pastoob 1\&.1" .SH NAME pastoob \- post and get pastes from pastebins .SH SYNOPSIS @@ -18,7 +18,7 @@ Console application allowing to post and get pastes from pastebins. .SS Supported websites: * imgur (imgur image upload service) .br -* lutim (LUTIm website) +* lutim (lutim website) .br * pastealacon (Paste à la con text sharing tool) .br @@ -266,7 +266,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -318,7 +318,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2011-2013 Laurent Bachelier +Copyright(C) 2011-2016 Laurent Bachelier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/radioob.1 b/man/radioob.1 index 612eafa30e9d7c1e82685c434fa46e9037434b78..9426c53f20aefa3f578b0a16f8537519190a2d2d 100644 --- a/man/radioob.1 +++ b/man/radioob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH RADIOOB 1 "17 October 2014" "radioob 1\&.0" +.TH RADIOOB 1 "11 February 2016" "radioob 1\&.1" .SH NAME radioob \- search, show or listen to radio stations .SH SYNOPSIS @@ -17,7 +17,7 @@ Console application allowing to search for web radio stations, listen to them an .SH RADIOOB COMMANDS .TP -\fBdownload\fR \fIID\fR [\fIFILENAME\fR] +\fBdownload\fR \fIID\fR [\fIDIRECTORY\fR] .br Download an audio file .TP @@ -37,9 +37,9 @@ playlist export [FILENAME] .br playlist display .TP -\fBsearch\fR (radio|song|album|playlist) \fIPATTERN\fR +\fBsearch\fR (radio|song|file|album|playlist) \fIPATTERN\fR .br -List (radio|song|album|playlist) matching a PATTERN. +List (radio|song|file|album|playlist) matching a PATTERN. .br .br @@ -227,7 +227,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -279,8 +279,8 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2013 Romain Bignon -Copyright(C) 2013 Pierre Maziere +Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2016 Pierre Maziere .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/shopoob.1 b/man/shopoob.1 new file mode 100644 index 0000000000000000000000000000000000000000..2032f803eba79eb9616bcc7f922d88d7f81c2c81 --- /dev/null +++ b/man/shopoob.1 @@ -0,0 +1,302 @@ +.\" -*- coding: utf-8 -*- +.\" This file was generated automatically by tools/make_man.sh. +.TH SHOPOOB 1 "11 February 2016" "shopoob 1\&.1" +.SH NAME +shopoob \- Obtain details and status of e-commerce orders +.SH SYNOPSIS +.B shopoob +[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]] +.br +.B shopoob +[\-\-help] [\-\-version] + +.SH DESCRIPTION +.LP + +Console application to obtain details and status of e\-commerce orders. + +.SS Supported websites: +* amazon (Amazon) +.br +* ideel (Ideel) +.br +* myhabit (MYHABIT) +.br +* vicsec (Victoria's Secret) +.SH SHOPOOB COMMANDS +.TP +\fBitems\fR [\fIID\fR] +.br +Get items of orders. +.TP +\fBorders\fR [\fIBACKEND_NAME\fR] +.br +Get orders of a backend. +.br +If no BACKEND_NAME given, display all orders of all backends. +.br + +.br +Default is limited to 10 results. +.TP +\fBpayments\fR [\fIID\fR] +.br +Get payments of orders. +.br +If no ID given, display payment of all backends. +.SH WEBOOB COMMANDS +.TP +\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... +.br +Select used backends. +.br + +.br +ACTION is one of the following (default: list): +.br +* enable enable given backends +.br +* disable disable given backends +.br +* only enable given backends and disable the others +.br +* list list backends +.br +* add add a backend +.br +* register register a new account on a website +.br +* edit edit a backend +.br +* remove remove a backend +.br +* list\-modules list modules +.TP +\fBcd\fR [\fIPATH\fR] +.br +Follow a path. +.br +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. +.TP +\fBcondition\fR [\fIEXPRESSION\fR | off] +.br +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. +.br +If the "off" value is given, conditional filtering is disabled. +.br + +.br +If no argument is given, print the current condition expression. +.TP +\fBcount\fR [\fINUMBER\fR | off] +.br +If an argument is given, set the maximum number of results fetched. +.br +NUMBER must be at least 1. +.br +"off" value disables counting, and allows infinite searches. +.br + +.br +If no argument is given, print the current count value. +.TP +\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]] +.br +If a FORMATTER is given, set the formatter to use. +.br +You can add a COMMAND to apply the formatter change only to +.br +a given command. +.br + +.br +If the argument is "list", print the available formatters. +.br + +.br +If the argument is "option", set the formatter options. +.br +Valid options are: header, keys. +.br +If on/off value is given, set the value of the option. +.br +If not, print the current value for the option. +.br + +.br +If no argument is given, print the current formatter. +.TP +\fBlogging\fR [\fILEVEL\fR] +.br +Set logging level. +.br + +.br +Availables: debug, info, warning, error. +.br +* quiet is an alias for error +.br +* default is an alias for warning +.TP +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] +.br +List objects in current path. +.br +If an argument is given, list the specified path. +.br +Use \-U option to not sort results. It allows you to use a "fast path" to +.br +return results as soon as possible. +.br +Use \-d option to display information about a collection (and to not +.br +display the content of it). It has the same behavior than the well +.br +know UNIX "ls" command. +.br + +.br +Default is limited to 40 results. +.TP +\fBquit\fR +.br +Quit the application. +.TP +\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full" +.br +If an argument is given, set the selected fields. +.br +$direct selects all fields loaded in one http request. +.br +$full selects all fields using as much http requests as necessary. +.br + +.br +If no argument is given, print the currently selected fields. + +.SH OPTIONS +.TP +\fB\-\-version\fR +show program's version number and exit +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR +what backend(s) to enable (comma separated) +.TP +\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR +what backend(s) to exclude (comma separated) +.TP +\fB\-I\fR, \fB\-\-insecure\fR +do not validate SSL + +.SH LOGGING OPTIONS +.TP +\fB\-d\fR, \fB\-\-debug\fR +display debug messages. Set up it twice to more verbosity +.TP +\fB\-q\fR, \fB\-\-quiet\fR +display only error messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +display info messages +.TP +\fB\-\-logging\-file=LOGGING_FILE\fR +file to save logs +.TP +\fB\-a\fR, \fB\-\-save\-responses\fR +save every response + +.SH RESULTS OPTIONS +.TP +\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR +filter result items to display given a boolean expression. See CONDITION section +for the syntax +.TP +\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR +limit number of results (from each backends) +.TP +\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR +select result item keys to display (comma separated) + +.SH FORMATTING OPTIONS +.TP +\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR +select output formatter (csv, htmltable, items, json, json_line, multiline, +orders, payments, simple, table, webkit) +.TP +\fB\-\-no\-header\fR +do not display header +.TP +\fB\-\-no\-keys\fR +do not display item keys +.TP +\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR +file to export result + +.SH CONDITION +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. +The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. +.LP +The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' +.fi +Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions + +.SH COPYRIGHT +Copyright(C) 2015 Christophe Lampin +.LP +For full copyright information see the COPYING file in the weboob package. +.LP +.RE +.SH FILES +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/shopoob diff --git a/man/suboob.1 b/man/suboob.1 index e5c2fc9be45a20f2b9cda7b675c91d02b931b2a0..63c94109bcc91e12de63807435ec93474f274c9d 100644 --- a/man/suboob.1 +++ b/man/suboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH SUBOOB 1 "17 October 2014" "suboob 1\&.0" +.TH SUBOOB 1 "11 February 2016" "suboob 1\&.1" .SH NAME suboob \- search and download subtitles .SH SYNOPSIS @@ -278,7 +278,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -330,7 +330,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Julien Veyssier +Copyright(C) 2013-2016 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/translaboob.1 b/man/translaboob.1 index f878001cbd4558fa76cdeca33ea4f4e4f77b2de3..fb147434721aceda31c4c8c47b7006b30303b450 100644 --- a/man/translaboob.1 +++ b/man/translaboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH TRANSLABOOB 1 "17 October 2014" "translaboob 1\&.0" +.TH TRANSLABOOB 1 "11 February 2016" "translaboob 1\&.1" .SH NAME translaboob \- translate text from one language to another .SH SYNOPSIS @@ -266,7 +266,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -318,7 +318,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012 Lucien Loiseau +Copyright(C) 2012-2016 Lucien Loiseau .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/traveloob.1 b/man/traveloob.1 index 343363052e408ef8aa3abf2b46ee8029a351831d..9104922a3262a53dac137809b76e18c5f04b9d90 100644 --- a/man/traveloob.1 +++ b/man/traveloob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH TRAVELOOB 1 "17 October 2014" "traveloob 1\&.0" +.TH TRAVELOOB 1 "11 February 2016" "traveloob 1\&.1" .SH NAME traveloob \- search for train stations and departures .SH SYNOPSIS @@ -16,6 +16,8 @@ traveloob \- search for train stations and departures Console application allowing to search for train stations and get departure times. .SS Supported websites: +* blablacar (blablacar website) +.br * canaltp (French trains) .br * jvmalin (Multimodal public transportation for whole Région Centre, France) @@ -264,7 +266,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -316,7 +318,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2013 Romain Bignon +Copyright(C) 2010-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/videoob.1 b/man/videoob.1 index 265d09e8a9909ff0c7106a9f378eb6af215493ef..a2fec1fd6aa7b75d8249ba1b5028eb9835be5d51 100644 --- a/man/videoob.1 +++ b/man/videoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH VIDEOOB 1 "17 October 2014" "videoob 1\&.0" +.TH VIDEOOB 1 "11 February 2016" "videoob 1\&.1" .SH NAME videoob \- search and play videos .SH SYNOPSIS @@ -16,6 +16,8 @@ videoob \- search and play videos Console application allowing to search for videos on various websites, play and download them and get information. .SS Supported websites: +* allocine (AlloCiné French cinema database service) +.br * arretsurimages (arretsurimages website) .br * arte (Arte French and German TV) @@ -30,6 +32,8 @@ Console application allowing to search for videos on various websites, play and .br * francetelevisions (France Télévisions video website) .br +* funmooc (France\-Université\-Numérique MOOC website) +.br * gdcvault (Game Developers Conferences Vault video streaming website) .br * ina (INA French TV video archives) @@ -40,12 +44,14 @@ Console application allowing to search for videos on various websites, play and .br * quvi (Multi\-website video helper with quvi. Handles Youtube, BBC, and a lot more) .br -* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') +* rmll (Videos from RMLL) .br * trictractv (TricTrac.tv video website) .br * vimeo (Vimeo video streaming website) .br +* vine (vine website) +.br * youjizz (YouJizz pornographic video streaming website) .br * youporn (YouPorn pornographic video streaming website) @@ -298,7 +304,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -350,7 +356,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele +Copyright(C) 2010-2016 Christophe Benz, Romain Bignon, John Obbele .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/webcontentedit.1 b/man/webcontentedit.1 index 6e9aee02832ca01acc8d37b48c53dbb3d48e2e8d..239be390e51c582002480832b874d7151ae4a0dd 100644 --- a/man/webcontentedit.1 +++ b/man/webcontentedit.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBCONTENTEDIT 1 "17 October 2014" "webcontentedit 1\&.0" +.TH WEBCONTENTEDIT 1 "11 February 2016" "webcontentedit 1\&.1" .SH NAME webcontentedit \- manage websites content .SH SYNOPSIS @@ -232,7 +232,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -284,7 +284,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-cli.1 b/man/weboob-cli.1 index 26401b8be3e736ff31a99b03cc9c5af52d3337af..e62d7ba9bcf2f0213a52f0b8a8d5bc5edd71c726 100644 --- a/man/weboob-cli.1 +++ b/man/weboob-cli.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-CLI 1 "17 October 2014" "weboob-cli 1\&.0" +.TH WEBOOB-CLI 1 "11 February 2016" "weboob-cli 1\&.1" .SH NAME weboob-cli \- call a method on backends .SH SYNOPSIS @@ -78,7 +78,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -130,7 +130,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-config.1 b/man/weboob-config.1 index 315a5cee095e5e1cceda8858152e2a48d400ad3f..20cc33cd5dfaa2e17cbdb4f9de8db09c5508bf41 100644 --- a/man/weboob-config.1 +++ b/man/weboob-config.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-CONFIG 1 "17 October 2014" "weboob-config 1\&.0" +.TH WEBOOB-CONFIG 1 "11 February 2016" "weboob-config 1\&.1" .SH NAME weboob-config \- manage backends or register new accounts .SH SYNOPSIS @@ -17,9 +17,15 @@ Weboob\-Config is a console application to add/edit/remove backends, and to regi .SH WEBOOB\-CONFIG COMMANDS .TP -\fBadd\fR \fINAME\fR [\fIOPTIONS\fR ...] +\fBadd\fR \fIMODULE_NAME\fR [\fIBACKEND_NAME\fR] [\fIPARAMETERS\fR ...] .br -Add a backend. +Create a backend from a module. By default, if BACKEND_NAME is omitted, +.br +that's the module name which is used. +.br + +.br +You can specify parameters from command line in form "key=value". .TP \fBapplications\fR .br @@ -122,8 +128,8 @@ select result item keys to display (comma separated) .SH FORMATTING OPTIONS .TP \fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR -select output formatter (csv, htmltable, json, json_line, multiline, simple, -table, webkit) +select output formatter (csv, htmltable, info_formatter, json, json_line, +multiline, simple, table, webkit) .TP \fB\-\-no\-header\fR do not display header @@ -135,7 +141,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -187,7 +193,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2012 Christophe Benz, Romain Bignon +Copyright(C) 2010-2016 Christophe Benz, Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-debug.1 b/man/weboob-debug.1 index 252f29014662c6278e568e6bc3f928220d85af36..60de9e07e59fb35418f2eb03bfa50e347287199d 100644 --- a/man/weboob-debug.1 +++ b/man/weboob-debug.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-DEBUG 1 "17 October 2014" "weboob-debug 1\&.0" +.TH WEBOOB-DEBUG 1 "11 February 2016" "weboob-debug 1\&.1" .SH NAME weboob-debug \- debug backends .SH SYNOPSIS @@ -55,7 +55,7 @@ save every response Prefer bpython over ipython .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -107,7 +107,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Christophe Benz +Copyright(C) 2010-2016 Christophe Benz .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-repos.1 b/man/weboob-repos.1 index d7aaa2c9e644fe1a22e1306e16a65bb974c8c5e2..a5e4e36a191ac2fcb7aafb740d80ab7e9d03d0f1 100644 --- a/man/weboob-repos.1 +++ b/man/weboob-repos.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-REPOS 1 "17 October 2014" "weboob-repos 1\&.0" +.TH WEBOOB-REPOS 1 "11 February 2016" "weboob-repos 1\&.1" .SH NAME weboob-repos \- manage a weboob repository .SH SYNOPSIS @@ -121,7 +121,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -173,7 +173,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012 Romain Bignon +Copyright(C) 2012-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboorrents.1 b/man/weboorrents.1 index 427942bfdbdd386ff5c2503c107575bca8cba0d5..faefde04033e7edb2ce8938c30f778e2308552ce 100644 --- a/man/weboorrents.1 +++ b/man/weboorrents.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOORRENTS 1 "17 October 2014" "weboorrents 1\&.0" +.TH WEBOORRENTS 1 "11 February 2016" "weboorrents 1\&.1" .SH NAME weboorrents \- search and download torrents .SH SYNOPSIS @@ -25,6 +25,8 @@ Console application allowing to search for torrents on various trackers and down * kickass (Kickass Torrents BitTorrent tracker) .br * piratebay (The Pirate Bay BitTorrent tracker) +.br +* t411 (T411 BitTorrent tracker) .SH WEBOORRENTS COMMANDS .TP \fBgetfile\fR \fIID\fR [\fIFILENAME\fR] @@ -240,7 +242,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -292,7 +294,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2012 Romain Bignon +Copyright(C) 2010-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/wetboobs.1 b/man/wetboobs.1 index 06dc6bb63ca44454b25fc14c362cb168a9090519..55068adeee1a1171b67c7155e3581255e074d818 100644 --- a/man/wetboobs.1 +++ b/man/wetboobs.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WETBOOBS 1 "17 October 2014" "wetboobs 1\&.0" +.TH WETBOOBS 1 "11 February 2016" "wetboobs 1\&.1" .SH NAME wetboobs \- display weather and forecasts .SH SYNOPSIS @@ -16,6 +16,8 @@ wetboobs \- display weather and forecasts Console application allowing to display weather and forecasts in your city. .SS Supported websites: +* ilmatieteenlaitos (Get forecasts from the Ilmatieteenlaitos.fi website) +.br * meteofrance (Get forecasts from the MeteoFrance website) .br * weather (Get forecasts from weather.com) @@ -232,7 +234,7 @@ do not display item keys file to export result .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -284,7 +286,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2014 Romain Bignon +Copyright(C) 2010-2016 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP