https://github.com/nonchalant/streetfighterv
A mobile appilication to provide frame data of Street Fighter V
https://github.com/nonchalant/streetfighterv
ios sfv swift
Last synced: 9 months ago
JSON representation
A mobile appilication to provide frame data of Street Fighter V
- Host: GitHub
- URL: https://github.com/nonchalant/streetfighterv
- Owner: Nonchalant
- Created: 2018-11-30T10:27:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T17:36:41.000Z (over 4 years ago)
- Last Synced: 2025-04-12T02:13:04.787Z (about 1 year ago)
- Topics: ios, sfv, swift
- Language: Swift
- Homepage:
- Size: 786 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StreetFighterV


| | |
|---|---|
|||
## Setup
Download `fastlane/.env` from [here](https://github.com/Nonchalant/env/blob/master/StreetFighterV/fastlane/.env) (**You need permission**)
```
$ brew install xcodegen
$ bundle install
$ bundle exec fastlane setup
```
## Update Data
Download `scripts/.env` from [here](https://github.com/Nonchalant/env/blob/master/StreetFighterV/scripts/.env) (**You need permission**)
And update `ENV["SCIRID"]` `ENV["VMIAL"]` `ENV["NOTIFICATION_JA"]` `ENV["NOTIFICATION_EN"]`
```
$ bundle install
$ bundle exec ruby scraping.rb [ja, en]
// Run google app script
```