Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 606 Bytes

Rotate

A ruby app that 'rotates' my Rocket League clips from my xbox profile to my gfycat profile.

Rotate: When the team moves in between positions, from defense to offense.

Usage

http://localhost:4567/auth-gfycat
  • Authenticates with gyfcat to access the API.
http://localhost:4567/scrape?days_ago=3
  • Scrapes http://xboxdvr.com/ for my clips that were posted within the days specified and uploads those clips to my gfycat profile.

  • In this example, I'm scraping the xbox clips that were recorded within 3 days.

  • days_ago will default to 10 days if not specified.