Giter Club home page Giter Club logo

geforce-now-generator's Introduction

GeForce NOW generator

A simple Python script that generates a file with a list of owned games that can run on this glorious cloud platform. It gets a JSON of games supported on GeForce NOW platform (via Nvidia's site) and a JSON of games on a provided user's Steam account to do its simple magic.

Blessed be the creator of steamapi, smiley, for doing the backend work so I don't have to.

Getting Started

Clone the project:

$ git clone https://github.com/Shushuda/GeForce-NOW-generator.git

Install requirements:

$ pip install -r requirements.txt

Create a valid config.ini file inside the repo dir (sample in Prerequisites) and run the script from the shell. It takes two positional arguments - username and filename.

$ ./GeForce_NOW_games.py --help
usage: GeForce-NOW-games [-h] username filename

Generate a list of owned Steam games that work on GeForce NOW platform.

positional arguments:
  username    Steam username (urluser - present in the profile url)
  filename    name of the output file - will be created or overwritten

optional arguments:
  -h, --help  show this help message and exit

Prerequisites

This project uses:

Python 3.7

as well as:

steamapi
python-slugify

The script requires a config.ini file of the following format:

[STEAM]
ApiKey = <insert_your_key_here>

[GEFORCE]
JsonUrl = https://static.nvidiagrid.net/supported-public-game-list/gfnpc.json

The end user will also need to obtain a valid Steam API key to connect. It is simple and easy to do (domain name is a formality - just put '127.0.0.1' since there's no place like home). Please refer to official Steam API documentation for more information.

Authors

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

Acknowledgements

  • smiley for creating the steamapi library
  • PurpleBooth for creating this amazing README template

geforce-now-generator's People

Contributors

shushuda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.