Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T17:36:41.000Z (over 2 years ago)
- Last Synced: 2023-03-11T03:50:16.798Z (almost 2 years ago)
- Topics: ios, sfv, swift
- Language: Swift
- Homepage:
- Size: 786 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StreetFighterV
![Xcode](https://img.shields.io/badge/Xcode-11.2.1-brightgreen.svg)
![Swift](https://img.shields.io/badge/Swift-5.0-brightgreen.svg)| | |
|---|---|
|![Frame](https://raw.githubusercontent.com/Nonchalant/StreetFighterV/master/documents/Frame.png?token=ABH4HOYPGDL3DUPAAE3RFWK43RZIE)|![Character](https://raw.githubusercontent.com/Nonchalant/StreetFighterV/master/documents/Character.png?token=ABH4HO3J7DDAJZ24FOIDQP243RZGK)|## 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
```