Send tweet peridically to avoid ban from Elon
bin | ||
lib | ||
test | ||
.gitignore | ||
.ocamlformat | ||
Dockerfile | ||
dune-project | ||
pusk.opam | ||
README.md |
Pusk
Send a tweet to prevent Twitter from closing your account.
How to use?
With Docker
You can use this dockercompose template:
version: "3.9"
services:
pusk:
build: .
container_name: Pusk
environment:
- TWITTER_USERNAME=yourusername # not your mail
- TWITTER_PASSWORD=yourpassword
- TWITTER_TOTP=yourseed # optional if you don't have 2fa
- PUSK_DEBUG=false # optional
restart: unless-stopped
Local
-
You will need these dependencies:
$ opam install cohttp-lwt-unix tls-lwt dotenv twostep lwt_ssl
-
Populate your credentials in config/.env
-
Then you can run the bot with:
$ dune exec pusk
Name history
Derived from Elon's name :D. Thanks, Elon, for destroying Twitter.