Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
/ token-hoot Public archive

An automated tool for collecting OWL tokens on multiple accounts.

License

Notifications You must be signed in to change notification settings

AzureFlow/token-hoot

Repository files navigation

TokenHoot

An automated tool for collecting OWL tokens on multiple accounts.

Get your User ID

Running with Cron

Install the dependencies:

composer install

Edit your crontab:

crontab -e
# Add the following: */1 * * * * php /app/owl-tkn.php >> /var/log/cron.log

Running with Docker

Copy .env.example to .env and edit:

OWL_ACCOUNTS=000000000,100000000

Build:

docker build -t azureflow/owl-tkn .

Run:

docker-compose up --build -d

Logs:

docker logs owl_tkn -f

Testing:

docker exec -it owl_tkn /bin/sh

Deploying with Fly.io for Free

Setup flyctl and login.

flyctl create --name owl-tkn --no-deploy
flyctl secrets set OWL_ACCOUNTS=000000000,100000000
fly volumes create data --size 1
flyctl deploy

# flyctl logs --app owl-tkn
# flyctl ssh console
#   printenv OWL_ACCOUNTS

Can I get banned for using this?

Yes, absolutely. However, I've been running this for years without a problem. As the license states this program is provided "without warranty" and should be used at your own risk.

Why is this Writen in PHP?

Because I hate myself.

About

An automated tool for collecting OWL tokens on multiple accounts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published