QuartzWarrior / Tip.cc-Autocollect

Your personal tip.cc auto-collector. Earn crypto effortlessly through Discord.
GNU Affero General Public License v3.0
18 stars 6 forks source link
bot crypto cryptocurrency discord discord-bot discord-py discordapp discordbot discordpy free python self-bot self-bots selfbot selfbots tipcc

Tip.cc-AutoCollector

An autonomous tip.cc collector bot developed from scratch.


Capabilities

Core Features

Advanced Features

Extra Features

Motivation

This bot was developed to address doubts and accusations of code plagiarism on the Self-bots subreddit. Rest assured, it is an original creation. βœ…

Setup Guide

  1. Install Python. 🐍
  2. Open your terminal in the downloaded folder. πŸ’»
  3. Install dependencies:

Configuration

{
    "TOKEN": "", # Your Discord token
    "PRESENCE": "", # Your custom presence (online, idle, dnd, invisible)
    "CPM": 310, # Your average CPM (Characters per minute, find this [here](https://livechat.com/typing-speed-test/))
    "FIRST": true, # Do not change, just tells the program that you haven't run the script yet
    "id": 0, # Your main account's Discord ID, the bot will send earnings to this account
    "channel_id": 0, # The channel ID where you want to send your earnings to your main account in
    "TARGET_AMOUNT": 0.0, # The amount of earnings you want to reach before transferring to your main account
    "SMART_DELAY": true, # Whether to use smart delay or not, the bot will wait 1/4 of the drop duration before claiming
    "DELAY": 1, # The delay in seconds if smart delay is disabled
    "BANNED_WORDS": [ # The list of banned words, the bot will not claim drops with these words
        "bot",
        "ban"
    ],
    "WHITELIST": [], # The list of whitelisted guilds, the bot will only claim drops in these guilds
    "BLACKLIST": [], # The list of blacklisted guilds, the bot will not claim drops in these guilds
    "CHANNEL_BLACKLIST": [], # The list of blacklisted channels, the bot will not claim drops in these channels
    "IGNORE_USERS": [], # The list of users to ignore, the bot will not claim drops from these users
    "WHITELIST_ON": false, # Whether to use the whitelist or not
    "BLACKLIST_ON": false, # Whether to use the blacklist or not
    "CHANNEL_BLACKLIST_ON": false, # Whether to use the channel blacklist or not
    "IGNORE_DROPS_UNDER": 0.0, # The amount of earnings to ignore drops under
    "IGNORE_TIME_UNDER": 0.0, # The time to ignore drops under
    "IGNORE_THRESHOLDS": [], # The list of earnings thresholds to ignore drops under
    "DISABLE_AIRDROP": false, # Whether to disable airdrops or not
    "DISABLE_TRIVIADROP": false, # Whether to disable triviadrops or not
    "DISABLE_MATHDROP": false, # Whether to disable mathdrops or not
    "DISABLE_PHRASEDROP": false, # Whether to disable phrasedrops or not
    "DISABLE_REDPACKET": false # Whether to disable red packets or not
}

Disclaimer


Tip.cc-AutoCollector was created for educational purposes only. The developers and contributors do not take any responsibility for your Discord account. ⚠️