Git Product home page Git Product logo

csgo-xp-tracker's Introduction

csgo-xp-tracker

Program to track user's CS:GO XP progress in Discord

How to use

  • Make sure you have python 3 installed.
  • Install the following pip packages: csgo steam steamclient requests.
  • Create a webhook for the channel you want updates in.
  • Rename config.def.py to config.py and change it to fit your needs.
  • Run csgo-xp-tracker.py. It will run a first time setup so you can add users to track.

If it crashes on launch, make sure to try this fix.

csgo-xp-tracker's People

Contributors

everlyy avatar

Stargazers

laifodes avatar niedlich avatar  avatar

Watchers

Kostas Georgiou avatar  avatar

csgo-xp-tracker's Issues

Running error

Traceback (most recent call last):
File "\csgo-xp-tracker-main\csgo-xp-tracker-main\csgo-xp-tracker.py", line 2, in
from csgo.client import CSGOClient
File "
.conda\envs\python3\Lib\site-packages\csgo\client.py", line 9, in
from steam.core.msg import GCMsgHdrProto
File ".conda\envs\python3\Lib\site-packages\steam\core\msg_init_.py", line 4, in
from steam.core.msg.headers import MsgHdr, ExtendedMsgHdr, MsgHdrProtoBuf, GCMsgHdr, GCMsgHdrProto
File "
.conda\envs\python3\Lib\site-packages\steam\core\msg\headers.py", line 4, in
from steam.protobufs import steammessages_base_pb2
File ".conda\envs\python3\Lib\site-packages\steam\protobufs\steammessages_base_pb2.py", line 35, in
_descriptor.EnumValueDescriptor(
File "
.conda\envs\python3\Lib\site-packages\google\protobuf\descriptor.py", line 796, in new
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:

  1. Downgrade the protobuf package to 3.20.x or lower.
  2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).

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.