Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
135
Issues
135
List
Boards
Labels
Milestones
Merge Requests
41
Merge Requests
41
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
27f7c67c
Commit
27f7c67c
authored
Aug 04, 2018
by
Bruno Chabrier
Committed by
Romain Bignon
Jan 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added boomoney application
parent
76b5066d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
583 additions
and
0 deletions
+583
-0
boomoney
scripts/boomoney
+27
-0
__init__.py
weboob/applications/boomoney/__init__.py
+23
-0
boomoney.py
weboob/applications/boomoney/boomoney.py
+533
-0
No files found.
scripts/boomoney
0 → 100644
View file @
27f7c67c
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
# Written by Bruno Chabrier
#
# This file is part of weboob.
#
# weboob is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# weboob is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from
__future__
import
absolute_import
from
weboob.applications.boomoney
import
Boomoney
if
__name__
==
'__main__'
:
Boomoney
.
run
()
weboob/applications/boomoney/__init__.py
0 → 100644
View file @
27f7c67c
# -*- coding: utf-8 -*-
# Written by Bruno Chabrier
#
# This file is part of weboob.
#
# weboob is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# weboob is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from
.boomoney
import
Boomoney
__all__
=
[
'Boomoney'
]
weboob/applications/boomoney/boomoney.py
0 → 100644
View file @
27f7c67c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment