Commit Graph

49 Commits

Author SHA1 Message Date
977e354646 Reduce number of requests to housing websites
Keep track of the last seen date and start crawling again from there for
the next crawl, instead of crawling everything at each invocation.

Can be configured through configuration options.
2021-04-12 23:28:42 +02:00
9b6407db05 WebOOB -> Woob 2021-04-08 20:08:23 +02:00
9a532c0da1 Add a copy of WebOOB modules 2021-03-28 18:59:07 +02:00
c04d81a5ff Commit package-lock.json 2021-03-27 13:28:58 +01:00
0d732aa3de Support 'OR' operations for description_should_contain 2021-03-26 23:36:36 +01:00
Gautier P
b3e316cf5b Add ziparound script 2021-02-08 17:08:52 +01:00
Gautier P
42909bd46f reformat with black 2021-02-08 17:08:52 +01:00
Guillaume Duveau
af7026a3d6 link to ZipAround 2019-03-14 22:34:27 +01:00
Guillaume Duveau
b60179ab54 update doc following fresh install 2019-03-14 19:19:32 +01:00
Adrien Guatto
a38cf0e9a8 Allow blacklisting words from flat descriptions
This commit adds a new field "description_should_not_contain" to the
configuration object. Any flat whose description contains a word
appearing in this list will be filtered out.
2018-11-07 15:53:13 +01:00
5da06280be Handle database migrations 2018-10-16 23:07:53 +02:00
6c7527f443 Update doc to mention public transport travel time is computed assuming departure on next Monday at 8am 2018-09-07 19:33:35 +02:00
e0e04317ca Support other transport modes, fix #62 2018-09-07 19:28:15 +02:00
Benjamin Bouvier
af8fa705dd Fix Dockerfile and docker instructions; 2018-08-22 13:14:00 +02:00
0e7a577041 Update FAQ 2018-07-25 09:58:22 +02:00
cc9ed3d34b Improve doc + s/weboob/WebOOB/ 2018-07-25 08:57:31 +02:00
56c5aa20d4 Improve doc about Flatisfy appearing stuck 2018-07-25 08:52:22 +02:00
bfc27bbb92 Update Flatisfy to handle the latest dev version of Weboob. Fixes #91 and #85. 2018-02-07 19:54:48 +01:00
d482d9b6fa Make CI fail if a test fails + a bit of linting 2018-01-18 14:48:28 +01:00
6b25379fc0 Conditional requirements.txt, including all dependencies 2018-01-18 11:45:32 +01:00
083caec041 Update doc according to @nicofrand's suggestions 2018-01-08 14:49:03 +01:00
f55b6a940b Update Dockerfile to use an entrypoint
Mimmick what Kresus is doing so that generated file are not owned by
root. Fix for #106.
2017-12-30 19:57:14 +01:00
83ff6be409 Better fix for #100 2017-12-30 19:30:32 +01:00
1119bdbf0b Allow to define the threshold between a housing and a station
Fix #101.
2017-12-29 22:58:05 +01:00
b685a71eab Merge branch 'master' into 'master'
Small fixes/improvements to getting started documentation

See merge request Phyks/flatisfy!14
2017-12-29 22:51:01 +01:00
06dfd97be0 Add doc about NodeJS being required 2017-12-29 22:49:51 +01:00
Nicolas Frandeboeuf
9a416823a0 Fix small errors in documentation 2017-12-29 15:34:31 +01:00
e5d5c8373c Update doc, add FAQ. Closes #97 2017-12-11 13:38:50 +01:00
daf16d88ba Sphinx-generated doc 2017-12-05 14:56:08 +01:00
b81c11b2a8 Rework Docker image. Closes #84 2017-11-27 12:23:08 +01:00
00904a2e6e Fix somme encoding issues in Dockerfile 2017-11-26 21:53:59 +01:00
4a65f52475 Do not store personal data by default, let user overload this behavior
through config.

Fixes #80.
2017-11-17 16:14:11 +01:00
40e62baadf Add a config option to filter on terms in the description. Fix #77. 2017-10-29 20:16:33 +01:00
f81deb9f13 Rename minimum_photos config option to minimum_nb_photos 2017-10-29 20:15:19 +01:00
bea2c4ac17 Add weboob and weboob-modules in requirements.txt, fix #79. 2017-10-24 17:17:20 -04:00
4633dd5179 Add a note about running time, see #72 2017-09-27 12:23:19 -04:00
15eb5a19f6 Clarify doc about modules_path config option, see #71 2017-09-25 10:41:49 -04:00
a9ac5484e0 Rework Docker image and add some doc.
Thanks @bnjbvr for the contribution!

This closes #15.
2017-06-21 15:10:56 +02:00
6e12490fbd Add some doc about CLI option and better informative message 2017-06-19 17:20:53 +02:00
25f2e71264 Partial fix for #62 (documentation) 2017-06-19 16:26:12 +02:00
ed7e9dfc1a Add a CLI argument to import only a given constraint. Drop the necessary constraint. 2017-06-19 16:08:06 +02:00
d396d33506 Rewrite doc and frontend to match new constraints in config 2017-06-16 16:56:59 +02:00
e04e8a0eab Update getting started doc to add tips 2017-06-15 13:48:25 +02:00
bd1e1d2068 Update documentation
Add a section about common arguments for all subcommands. Closes #56.
2017-06-14 10:46:38 +02:00
9d7707ec4c Add screenshots in the README.md file
This closes issue #16.
2017-05-04 10:51:28 +02:00
5f2f4d0ccf Better deduplication
* Improve deduplication on URLs (match sets).
* Keep track of duplicates and update their status on refiltering.
2017-05-03 15:55:07 +02:00
1d98c631e0 Refilter command and backends in config
* Add a refilter command
* Add a backend option in config to only enable some backends.
2017-05-03 15:55:07 +02:00
18ef841672 Update doc 2017-05-03 15:55:07 +02:00
5f47b0ff65 Write some documentation 2017-05-03 15:54:59 +02:00