summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-01Extend parser to parse properties for saleHEADmasterDmitry Ilvokhin
2025-03-18Sort and unique fetched flatsDmitry Ilvokhin
There are cases (premium listings is one example), when there are duplicates in the fetched flats, unique them to avoid multiple notifications for the same property.
2025-03-15Annotate `flat` fileds for JSONDmitry Ilvokhin
2025-03-15Swap checks for number of arguments and tokenDmitry Ilvokhin
2025-03-15Add test section to README.txtDmitry Ilvokhin
2025-03-15Remove TODO.txtDmitry Ilvokhin
2025-03-12Add encrypted secrets to repositoryDmitry Ilvokhin
2025-03-09Trim state file to prevent unbounded growDmitry Ilvokhin
2025-03-09Add README.txt file with basic descriptionDmitry Ilvokhin
2025-03-08Squash repeated typesDmitry Ilvokhin
2025-03-08Manage options with CLI flagsDmitry Ilvokhin
2025-03-08Move *.html from htmls to testdataDmitry Ilvokhin
2025-03-08Add .gitignore fileDmitry Ilvokhin
2025-03-08Generilize `removeAlreadySent` and `removeDelisted`Dmitry Ilvokhin
2025-03-05Basic implemention of the full flowDmitry Ilvokhin
2025-03-03Send message to TelegramDmitry Ilvokhin
2025-03-02Split logic to multiple filesDmitry Ilvokhin
2025-02-25Implement URL fetching and page parsingDmitry Ilvokhin