- C# 82.7%
- PHP 17.3%
| logos | ||
| osu!grab | ||
| sfetch | ||
| .gitattributes | ||
| .gitignore | ||
| README.md | ||
osu!grab, C# version
hi! This is a repo for my verson of osu!grab (GH: https://github.com/mfaishalakbar/osu-grab - osu!forum: https://osu.ppy.sh/forum/t/259116 ). It's currently in an heavy beta due to the fact that there aren't so much error handling things, sometimes the window freezes, some methods aren't commented etc.. Tho, this works atm so feel free to give it a try!
Usage
Download the binary of the latest release https://github.com/TheHowl/osugrab-csharp/releases and you're done. Execute osugrab.exe and it will ask you for a link of a beatmap. You can also do it by the command line:
cd \path\to\osu!grabdir\
.\osugrab.exe https://osu.ppy.sh/s/BeatmapID
And that's it. That should launch osu!grab and download the linked beatmap.
Yeah, the only real cool thing atm in this is that an /s or /b and then the ID argument isn't required. Just put the map URL, and the Regexes will do the magic.
Contributing
- Install git if you haven't already.
- You can use whatever text editor you wish, tho I highly recommend you to use Visual Studio. If not, then Sublime Text. They're both awesome.
- Visual Studio only for C#, obv. Don't even try to use it for PHP. For PHP it's best to use Sublime Text.
- Create an account on github if you haven't already.
- Fork this repo.
cd \path\to\code\develop\stuff
git clone https://github.com/YourUserName/osugrab-csharp.git
And you're done.