Skip to content

iAdityaEmpire/selfstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selfstats.py: A stateless selfbot for Clash Royale Stats

Authors:

Contributors:

If you would like to become a contributor, join the discord server and talk to SharpBit#1510 Earn a special role in the server and get acknowledged for your efforts!

Join Us:

Join the official discord server to contribute to selfstats.py and be the first to beta test it!

Hosting:

There are two ways you can host it, on a PC, or on Heroku for free, 24/7!

Installation via Heroku (recommended)

No download is required, everything is done online. Read the installation guide here or watch the video tutorial(coming soon). It's possible to install the selfbot using your phone and it has been done before. If you have any questions, join the support discord server and we will be happy to help.

PC Installation

You need the following to run the bot: (currently)

git+https://github.com/Rapptz/discord.py@rewrite
colorthief
psutil
crasync
cr-py

Do pip install -r path\to\requirements.txt to install the requirements. Example: pip install -r C:\Users\SharpBit\selfstats\requirements.txt

Setup

Open a terminal in the directory of the bot's location and type:

$ python3 selfstats.py

On first start the launcher will run and you will need to input data. After that the bot will launch without setup necessary. If you need to edit your token, prefix, or Clash Royale tag, navigate into the data folder and open config.json and change the values

{
    "TOKEN": "your_token_here",
    "PREFIX": "cr.",
    "TAG": "your_tag_here"
}

Features

  • Fetch your profile, chest cycle, clan info, etc.
  • View more detailed info about your clan
  • Individually get your trophies (current, best, legend)
  • Find out how much longer until you get that super magical chest
  • Find your next 9 chests!
  • Clan Chest Info
  • See your chest cycle
  • Find out when your next shop offer is
  • Custom Prefix
  • Logout, tinyurl (link shortener), dominant color command, put code into a hastebin, get the source code for a command If you want to request features, create an issue on this repo. This is a stateless selfbot (Saves no data). This means you can host it on heroku 24/7 for free

Acknowledgements

The structure of the selfbot and custom context by verixx from selfbot.py. Footer by kwugfighter

About

A stateless selfbot for Clash Royale Stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Batchfile 1.2%