Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages