Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

KonScanner/flipsideClaimBot

Repository files navigation

Flipside Claim Bot

A bot made to claim flipside bounties, for whenever you do not have the time to perform the task manually.

Flipside has made it harder and harder for people to use bots in order to claim the bounties. Now only releasing the actual links when the time comes.

THIS IS NOW A PUBLIC ARCHIVE

This project was fun to make (at the time) and helped me in claiming bounties I would have otherwise not been able to, mainly because they would drop at the time I'd be sleeping. At the end of the day it does not really matter who uses this or a version of this, as the end-goal (to get unlimited claims as an Elite bounty hunter), is still based on skill and skill itself.

How to use

  • Create .env with your credentials.
[email protected]
DISCORD_PASSWORD=examplePassW0rd
  • Create virtual environment and install requirements
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
  • Give the bot a url to claim (for now)
# Change this
drops = [
        f"{flipside_base_url}/drops/drop_HASH_1251257192",
        f"{flipside_base_url}/drops/drop_HASH_12512162122"
    ]
  • Start the bot:
python3 main.py

Next steps

Find a way to grab the links from the bounties as soon as they launch and do an auto-claim for only the ones that the user may be interested in. i.e. using the denom they're paying out in.

Contributing

Fork, change and submit a pull request. As long as it fits with the "Next steps" it will most probably be accepted