Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
weboob
weboob
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 97
    • Issues 97
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 29
    • Merge Requests 29
  • 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
  • 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
  • Cli tools
  • Cli tools shell
  • Config files
  • Faq
  • Home
  • Installing weboob on synology (debian chroot method)
  • Installing weboob on synology (opkg method)
  • Lecture 2010 07 09
  • Lecture 2012 12 29
  • Lectures
  • Pass backends
  • Porting python3
  • Weboob lib
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.