Skip to content

miztch/sasha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sasha

  • scraper for vlr.gg upcoming matches
    • save matches information to DynamoDB
      • this is to be the source data of dima, API for upcoming matches
    • named after the real name of Valorant agent Sova 🦉🏹

Data format: sample

{
    "id": 213198,
    "startTime": "2023-05-28T15:00:00+0000",
    "bestOf": "5",
    "eventCountryFlag": "de",
    "eventName": "Champions Tour 2023: EMEA League",
    "matchName": "Playoffs: Grand Final",
    "pagePath": "/213198/fnatic-vs-team-liquid-champions-tour-2023-emea-league-gf",
    "teams": [
        {
            "title": "FNATIC"
        },
        {
           "title": "Team Liquid"
        }
    ]
}

Provisioning

You can use AWS SAM to provision this application.

cd sasha/
sam build
sam deploy --guided --capabilities CAPABILITY_IAM

About

🏹scraper for vlr.gg upcoming matches

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages