Containerized Docker image for Bearshare π» daily reward auto claim.
2
If you like this project, don't forget to leave a star. β
Note: This built image comes with no warranty of any kind. By using this image you agree this License Agreement in addition with Packetshare's T&C.
This is a simple Docker image for running Packetshareβs daily reward auto-claim bot.
64-Bit Platform: linux/amd64 linux/arm64
docker pull ghcr.io/xterna/packetshare-pot
Packetshare-Potβ ππ° is a very lightweight bot powered by Bun JavaScript runtime to automatically claim the daily reward from Packetshareβ π.
The bot is designed to run in a docker environment, allowing it to be deployed alongside the Packetshare docker container.
Very minimal resources, resulting in CPU utilisation staying at idle 0% the entire time.
NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O
packetshare-pot 0.03% 13.7MiB / 320MiB 0.35% 37.2kB / 9.82kB 0B / 8.19kB
| Variant | Image Size | Platforms |
|---|---|---|
| Packetshare Pot (IGM) | 3.98MB | amd64, arm64 |
| Packetshare Pot (Standard) | 155MB | amd64, arm64 |
The super-lightweight optimised version is licensed exclusively for use with Income Generator (IGM).
Income Generatorβ (IGM) comes pre-configured with a significantly faster, super-lightweight version, including automatic updates. It orchestrates multiple passive income sources with proxy support to maximise earnings and is highly recommended for use.
This is what the script looks like when you inspect the output via docker logs packetshare-pot.
---------- Packetshare Reward Auto Claim ----------
Login User: [email protected]
Using cached login session ποΈ
Logged into Packetshare π
---------------------------------------------------
Active Devices: 10 π±
Current Balance: $ 5.14 π°
Earned Today: $0.0116 π€
Shared Today: 116.05MB π»
Lifetime Earned: $39.33 π
Payout Progress: 51.4% β³
Already claimed 20 reward points today β
Waiting till next reward cycle π
Wait time is 15 hour 27 minute β±οΈ
Current logged time is 08:32:09
Next event trigger at 00:00:00
Define the following environment variable to bootstrap the image.
| Variable | Description | Mandatory |
|---|---|---|
| Your Packetshare email address | YES | |
| PASSWORD | Your Packetshare password | YES |
Or supply credentials in a Dotenv .env file.
EMAIL=<email_address>
PASSWORD=<password_credential>
File: compose.yml
services:
packetshare-pot:
container_name: packetshare-pot
image: ghcr.io/xterna/packetshare-pot
restart: always
environment:
- EMAIL=$EMAIL
- PASSWORD=$PASSWORD
dns:
- 1.1.1.1
- 8.8.8.8
With Packetshare app docker image.
services:
packetshare:
container_name: packetshare
image: packetshare/packetshare
restart: always
environment:
- EMAIL=$EMAIL
- PASSWORD=$PASSWORD
dns:
- 1.1.1.1
- 8.8.8.8
packetshare-pot:
container_name: packetshare-pot
image: ghcr.io/xterna/packetshare-pot
restart: always
environment:
- EMAIL=$EMAIL
- PASSWORD=$PASSWORD
dns:
- 1.1.1.1
- 8.8.8.8
depends_on:
- packetshare
Execute where compose file is located.
docker compose up -d
Using environment variable or Dotenv .env defined e.g.
docker run -d --restart always --name packetshare-pot -e EMAIL=$EMAIL -e PASSWORD=$PASSWORD ghcr.io/xterna/packetshare-pot
Directly passing credentials.
docker run -d --restart always --name packetshare-pot -e [email protected] -e PASSWORD=pass123 ghcr.io/xterna/packetshare-pot
This will start the application in the background. The alias assigned is packetshare-pot.
Donations are warmly welcomed no matter how small and thank you very much. π
bc1qq993w3mxsf5aph5c362wjv3zaegk37tcvw7rl40x2601B9940F9594810DEDC44015491f0f9D6Dd1cA0x2601B9940F9594810DEDC44015491f0f9D6Dd1cAAp5aiAbnsLtR2XVJB3sp37qdNP5VfqydAgUThvdEiL5iDisclaimer: This image is neither affiliated with nor endorsed by Packetshare. Use this image at your own risk and responsibility. By using this image, you agree to be automatically bound by the License Agreement associated with it.
The author does not provide any assurances, whether explicit or implicit, regarding the accuracy, completeness, or appropriateness of this image for specific purposes. The author shall not be held accountable for any damages, including but not limited to direct, indirect, incidental, consequential, or special damages, arising from the use or inability to use this image or its accompanying documentation, even if the possibility of such damages has been communicated.
By choosing to use this image, you acknowledge and assume all risks associated with its use. Additionally, you agree that the author cannot be held liable for any issues or consequences that may arise as a result of its usage.
No tags have been pushed to this repository yet.