its working! 🎉

This commit is contained in:
Mylloon 2023-05-15 15:59:00 +02:00
parent ed20ce4ce3
commit 39a5e10530
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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?