summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-03-15 18:59:22 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2025-03-15 18:59:22 +0000
commitef5390f9d5ef4c83e47aa8f32920d260af162bdf (patch)
tree539b13f24f73815270a6e4fd5b00896b19d0f0c2
parentec5ac2a8fa23ede1f9dc26d305f69e1ff75e9c69 (diff)
downloadflatbot-ef5390f9d5ef4c83e47aa8f32920d260af162bdf.tar.gz
flatbot-ef5390f9d5ef4c83e47aa8f32920d260af162bdf.tar.bz2
flatbot-ef5390f9d5ef4c83e47aa8f32920d260af162bdf.zip
Remove TODO.txt
-rw-r--r--TODO.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/TODO.txt b/TODO.txt
deleted file mode 100644
index 1cf6e0e..0000000
--- a/TODO.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-TODO
-
-
-* Input is URL/URLs for rightmove search. URL/URLs are passed as positional
- arguments to main binary. Same way as for curl or wget tools.
-* Binary can run forever or just once (--once option).
-* There is an --interval option to control fetch frequency.
-* After each iteration binary will dump "seen" set as a JSON.
-* Option to specify a path to seen list file.
-
-
-GENERAL ALGORITHM
-
-* Fetch URL.
-* Parse flats into slice of structs.
-* Remove already seen flats.
-* Send new flats to telegram. One message per each flat?
-* Add new flats to seen list.
-* Remove out of retention flats from seen list to prevent it from growing
- indefinitely.