petetnt / neogaf-monkeybot

:monkey_face: (Deprecated) Greasemonkey / Tampermonkey scripts that make NeoGAFs ModBot usage a bit more fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeoGAF-MonkeyBot

Deprecated: I am not using this script or visiting NeoGAF. If someone wants it, it's all yours. For a ResetEra version, see resetera-gifthelper

Some simple helpers for Greasemonkey/Tampermonkey that make using NeoGAFs ModBot-bot giveaways a bit more fun.

NeoGAF ModBot MonkeyBot

Features

  • "In library" highlighting for raffles
  • Adds clickable links to games that you don't own yet

How-to use

  1. Download GreaseMonkey (Firefox) or Tampermonkey (Chrome)
  2. Open this link. *Monkey should prompt you for install.
  3. Navigate to NeoGAF
  4. Follow the instructions prompted to you: NeoGAF should now prompt you for your Steam profile name and the Steam API key...
  5. ... and start collecting games!

FAQ

Where to get a SteamAPI key?

All use of the Steam Web API requires the use of an API Key. You can acquire one by filling out this form. Use of the APIs also requires that you agree to the Steam API Terms of Use.

Where to get the SteamID64?

The script automatically obtains the 64-bit Steam key based on your profile name, but you can also retrieve it yourself. Just add ?xml=1 after your profile name, for instance http://steamcommunity.com/id/YOURPROFILENAMEHERE/?xml=1 and get the key inside of <steamID64></steamID64>.

I already own the game but it still isn't highlighted as "In library"

The games list is updated once per day maximum and the parser might/will miss games that are spelled differently than the actual Steam name, sorry about that. Want to improve that? Check out https://github.com/petetnt/neogaf-monkeybot/issues/3!

Contributing

Contributions are very welcome! File an issue or send a PR! We follow a CODE OF CONDUCT

About

:monkey_face: (Deprecated) Greasemonkey / Tampermonkey scripts that make NeoGAFs ModBot usage a bit more fun

License:MIT License


Languages

Language:JavaScript 100.0%