29 lines
727 B
Markdown
29 lines
727 B
Markdown
# Pusk
|
|
|
|
**WIP: It's not working**
|
|
|
|
TODO: (as you can see, nothing has been done yet!)
|
|
|
|
- [x] Download selenium
|
|
- [x] Run Selenium in background during the life of the app
|
|
- [ ] Figuring out how to use selenium
|
|
- [ ] 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"
|
|
- [ ] Close everything properly
|
|
- [ ] Maybe create a docker image for easy deployment?
|
|
|
|
## Requirements
|
|
|
|
```opam
|
|
$ opam switch list
|
|
# switch compiler description
|
|
→ default ocaml-base-compiler.4.14.1 default
|
|
```
|
|
|
|
```sh
|
|
$ opam install cohttp-lwt-unix tls-lwt
|
|
```
|
|
|
|
## Name history
|
|
|
|
Derived from Elon's name :D. Thanks, Elon, for destroying Twitter.
|