Skip to content

17media/virtualRewardMigration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualRewardMigration

Prerequisite

  • python >= 3.10
  • Install virtualenv
python3 -m pip install virtualenv

Env setup

  • Go to virtual env
python3 -m virtualenv ./venv
source ./venv/bin/activate
  • Install dependencies
pip install -r requirements.txt

Example

# 1. create backgroundColor
python main.py -t backgroundColor -a create -e <env> --accessToken=<user_token>

# 2. create TextColor
python main.py -t textColor -a create -e <env> --accessToken=<user_token>

# 3. send reward background color
python main.py -t backgroundColor -a send -e <env> --accessToken=<user_token>

# 4. send reward text color
python main.py -t textColor -a send -e <env> --accessToken=<user_token> 

About

transfer virtual reward items to mystyle feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages