From 39a5e1053092f2ca65eb37e3d100a37162504522 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 May 2023 15:59:00 +0200 Subject: [PATCH] =?UTF-8?q?its=20working!=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c403f6..af6e016 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ # Pusk -**WIP: It's not working yet** - -TODO: - - [x] Download a driver - [x] Run a driver in background during the life of the app - [x] [Figuring out how to use drivers](https://w3c.github.io/webdriver/#endpoints) - [x] Login to Twitter.com -- [ ] Check if latest tweet of user is more or less old than 30 days -- [ ] Then tweet if needed something like "Don't delete my account please" +- [x] Check if latest tweet of user is more or less old than 30 days +- [x] Then tweet if needed something like "Don't delete my account please" - [x] Close everything properly - [ ] Maybe create a docker image for easy deployment?