Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
weboob
weboob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 175
    • Issues 175
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 48
    • Merge Requests 48
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • weboob
  • weboobweboob
  • Wiki
  • config files

config files

Last edited by ntome Jul 05, 2018
Page history

~/.config/weboob/backends

This INI file contains configuration on what modules are enabled, and their configuration/credentials if needed. For example:

[lutim]
_module = lutim

[my_ing]
_module = ing
login = 123456
password = `pass show weboob/my_ing`
birthday = 01-01-1970

[partner_ing]
_module = ing
login = 789789
password =
birthday = 01-01-1970

A module may be present multiple times in this file, with different configuration. Each instance of a module (each INI section) is called a backend (hence the backends file name).

~/.config/weboob/sources.list

This file contains a list of places where weboob will look for modules and module updates, one URL per line.

For and end-user, it typically only contains:

https://updates.weboob.org/%(version)s/main/

For a weboob developer working on modules on their local machine, it may contain something like:

file:///home/user/dev/weboob/modules

Clone repository
  • bank model
  • boobathon 201804
  • boobathon 201911
  • cli tools shell
  • cli tools
  • config files
  • draft maintainer setup
  • faq
  • fr
    • guide scraping
    • guide weboob
  • Home
  • installing weboob on synology (debian chroot method)
  • installing weboob on synology (opkg method)
  • lecture 2010 07 09
  • lecture 2012 12 29
More Pages