No project description provided
Project description
Battle Cats Event Data Downloader
The Battle Cats Event Data Downloader (BCEDD) is a tool made for downloading battle cats event data such as gatya data and sale data.
Credits
- The PackPack Discord Bot for the old method of downloading data (aws stuff)
How To Use
Prerequisites
- Python for running and installing the tool
Run the following commands in command prompt or another terminal to install the tool - If you are not using windows you will need to use python
or python3
instead of py
Installation
To install / update the tool run the following command:
py -m pip install -U bcedd
If you get an error saying No module named pip
then run
py -m ensurepip --upgrade
Run
By default the tool will download sale.tsv
, gatya.tsv
and item.tsv
for en
and it will ask you where you want to save it:
py -m bcedd
If you want to download files for different versions use -c <version1> <version2> etc
. Supported versions are en
, jp
, kr
, tw
.
py -m bcedd -c jp kr
This will download jp and kr data instead
If you only want to download specific files then use -f <file1> <file2> etc
. Supported files are sale.tsv
, gatya.tsv
, item.tsv
.
py -m bcedd -f gatya.tsv item.tsv
This will download files gatya.tsv
and item.tsv
but not sale.tsv
If you don't want a file save dialog then use -o <output_folder>
to save the files to a specific folder.
py -m bcedd -o "Event Data"
This will save all 3 en files to a folder called "Event Data" in the current working directory (use the cd
command to change that)
If you want to use the old method of downloading data then use --old
py -m bcedd --old
Install From Source
If you want the latest features and don't want to wait for a release then you can install the tool from the github directly.
- Download Git
- Run the following commands: (You may have to replace
py
withpython
orpython3
)
git clone https://github.com/fieryhenry/bcedd.git
py -m pip install -e bcedd/
py -m bcedd
If you want to use the tool again all you need to do is run the py -m bcedd
command
Then if you want the latest changes you only need to run git pull
in the downloaded bcedd
folder. (use cd
to change the folder)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bcedd-1.2.1.tar.gz
.
File metadata
- Download URL: bcedd-1.2.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c95abfa7aad9877454a78303f1a6d1bbc3cc9de9f696dfbcdb217e38fde70a |
|
MD5 | 3f9e7b3394fe5ab9c0240ef8cae60bd4 |
|
BLAKE2b-256 | 13daaed3e6f1450cfa916f70b1d21744af4f3014ecd3b7f5ff651a25cc2bbbac |
File details
Details for the file bcedd-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: bcedd-1.2.1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f92064dbdcad84f0f620ba82a7ef71bae581f89620ca7a87c1724c2a7764fbe |
|
MD5 | d0c135dd85b36251b6b6429e0698c805 |
|
BLAKE2b-256 | 21a0006b96e67896e11e20635367c51e674875d9e586521694aad7d525184c3e |