All Projects → ValvePython → Dota2

ValvePython / Dota2

🐸 Python package for interacting with Dota 2 Game Coordinator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dota2

Steam
☁️ Python package for interacting with Steam
Stars: ✭ 489 (+279.07%)
Mutual labels:  hacktoberfest, valve, steam
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+5496.12%)
Mutual labels:  hacktoberfest, valve, steam
Steamworks
Exposing SteamWorks functions to SourcePawn.
Stars: ✭ 70 (-45.74%)
Mutual labels:  valve, steam, dota2
Valveresourceformat
🔬 Valve's Source 2 resource file format parser and decompiler
Stars: ✭ 638 (+394.57%)
Mutual labels:  hacktoberfest, valve, steam
Vpk
📦 Open, Search, Extract and Create VPKs in python
Stars: ✭ 79 (-38.76%)
Mutual labels:  hacktoberfest, valve, steam
valve-matchmaking-ip-ranges
Lists of locations & IP addresses of Valve servers
Stars: ✭ 69 (-46.51%)
Mutual labels:  steam, valve, dota2
HammerPatch
Modification of Source Valve Hammer Editor to fix some issues. Fixes brush vertex precision loss.
Stars: ✭ 49 (-62.02%)
Mutual labels:  steam, valve
Vac
Source code of Valve Anti-Cheat obtained from disassembly of compiled modules
Stars: ✭ 254 (+96.9%)
Mutual labels:  steam, dota2
Gametracking Dota2
📥 Game Tracker: Dota 2
Stars: ✭ 375 (+190.7%)
Mutual labels:  valve, dota2
SteamHelper-rs
Interact with Valve's Steam network with this collection of crates.
Stars: ✭ 24 (-81.4%)
Mutual labels:  steam, valve
Steamtracking
🕵 Tracking things, so you don't have to
Stars: ✭ 542 (+320.16%)
Mutual labels:  valve, steam
Uwphook
🔗 Add your Windows Store or UWP games to Steam
Stars: ✭ 566 (+338.76%)
Mutual labels:  valve, steam
steam.py
An async python wrapper to interact with the Steam API and its CMs
Stars: ✭ 74 (-42.64%)
Mutual labels:  steam, valve
Steam watcher
yobot插件,Steam雷达,可自动播报玩家的Steam游戏状态和DOTA2图文战报
Stars: ✭ 21 (-83.72%)
Mutual labels:  steam, dota2
VTFLib
VTFLib is a LGPL open source programming library that provides a C and C++ API for reading and writing Valve VTF and VMT format image files.
Stars: ✭ 68 (-47.29%)
Mutual labels:  steam, valve
Steamcmd Autoupdate Any Gameserver
Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
Stars: ✭ 77 (-40.31%)
Mutual labels:  valve, steam
Async Gamequery Lib
A high-performance java game query library designed for steam/source based games and others
Stars: ✭ 88 (-31.78%)
Mutual labels:  valve, steam
ChatLogger
ChatLogger is a Steam Tool based on the SteamKit2 library, designed to save your and friends messages! [Metro Theme]
Stars: ✭ 39 (-69.77%)
Mutual labels:  steam, valve
steam community market
Get item prices and volumes from the Steam Community Market using Python 3
Stars: ✭ 24 (-81.4%)
Mutual labels:  steam, dota2
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (+681.4%)
Mutual labels:  valve, steam

| |pypi| |license| |docs| | |sonar_maintainability| |sonar_reliability| |sonar_security|

Supports Python 2.7+ and 3.4+.

Module based on steam <https://github.com/ValvePython/steam/>_ for interacting with Dota2's Game Coordinator. If you've used node-dota2 <https://github.com/RJacksonm1/node-dota2>_ then this module should feel right at home. Check out the documentation to get started.

Documentation: http://dota2.readthedocs.io

Contributions and suggestion are always welcome.

Installation

Install latest version from PYPI::

pip install dota2

Install the current dev version from github::

pip install git+https://github.com/ValvePython/dota2

# if you are installing over existing install
# note: "only-if-needed" will only update dependecies if needed
pip install -U --upgrade-strategy only-if-needed git+https://github.com/ValvePython/dota2

.. |pypi| image:: https://img.shields.io/pypi/v/dota2.svg?style=flat&label=latest%20version :target: https://pypi.python.org/pypi/dota2 :alt: Latest version released on PyPi

.. |license| image:: https://img.shields.io/pypi/l/dota2.svg?style=flat&label=license :target: https://pypi.python.org/pypi/dota2 :alt: MIT License

.. |docs| image:: https://readthedocs.org/projects/dota2/badge/?version=latest :target: http://dota2.readthedocs.io/en/latest/?badge=latest :alt: Documentation status

.. |sonar_maintainability| image:: https://sonarcloud.io/api/project_badges/measure?project=ValvePython_dota2&metric=sqale_rating :target: https://sonarcloud.io/dashboard?id=ValvePython_dota2 :alt: SonarCloud Rating

.. |sonar_reliability| image:: https://sonarcloud.io/api/project_badges/measure?project=ValvePython_dota2&metric=reliability_rating :target: https://sonarcloud.io/dashboard?id=ValvePython_dota2 :alt: SonarCloud Rating

.. |sonar_security| image:: https://sonarcloud.io/api/project_badges/measure?project=ValvePython_dota2&metric=security_rating :target: https://sonarcloud.io/dashboard?id=ValvePython_dota2 :alt: SonarCloud Rating

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].