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 184
    • Issues 184
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 50
    • Merge Requests 50
  • 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

The new woob repository is here: https://gitlab.com/woob/woob. This gitlab will be removed soon.

  • weboob
  • weboobweboob
  • Wiki
  • installing weboob on synology (debian chroot method)

installing weboob on synology (debian chroot method)

Last edited by Phyks Mar 10, 2018
Page history
  1. Install debian-chroot as the the instructions below:
https://markpith.wordpress.com/2015/10/26/debian-chroot-on-synology-nas/
  1. Log into debian-chroot and install python and pip:
apt-get install python
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
rm get-pip.py
  1. Install missing tools and libraries:
apt-get install gcc
apt-get install libxml2-dev
apt-get install libxslt-dev
apt-get install zlib1g-dev
apt-get install python-dev
apt-get install python-pillow
apt-get install python-lxml
  1. Install weboob using pip:
pip install weboob
pip install unidecode
pip install prettytable
pip install python-pdfminer
  1. Use weboob:
sudo su <user>
cd
boobank

Enjoy!


  1. The following is simpler, but does install weboob-1.0-2 since chroot is debian 8:
apt-get install weboob
apt-get autoremove weboob
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