Skip to main content

Simple Package that allows the extraction of player data, this is a REST api and needs to be ran. This is a flask application

Project description

Pyfaceit

Pyfaceit is a Python Package that makes it easy to retrieve data from Faceit API for Counter Strike Developers. Faceit API docs can be confusing and hard to implement,

this Python package does all the hard work behind the scenes, simply input the faceit name and retrieve all dat from a player, you can even retrieve specific map data.

Installation

Use the package manager pip to install Pyfaceit.

pip install pyfaceit

Usage

import pyfaceit



# Creates Instance of Pyfaceit Class

instance = pyfaceit.Pyfaceit(<faceit name as string>)

# returns python Dict of all player data

instance.player_stats()



# returns Python dict information of player information for specific map.

instance.player_stats_map(<map_name(can be without de_ eg. 'mirage' or 'de_mirage')>)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfaceit-1.4.2.win-amd64.zip (7.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page