Skip to content

andr3i-f/cs2_skins_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs2_skins_crawler

Monitors CS2 skin marketplaces for good discounts and notifies via Discord webhooks.

Discord Link to Skin Alert

  • Skin Alert is a discord community I made that uses this program! Feel free to join :)
  • For Skin Alert, the program is being ran off my Raspberry Pi - hopefully switching to a VPS
  • You can contact me if any questions you might have in the Discord or Github

Current CS2 Marketplaces Monitored

  • csfloat
  • skinbid

Future Plans

  • Utilize docker
  • Incorporate a default marketplace to compare discounts to (i.e. buff163)
  • Incorporate more marketplaces
  • Ability to interact with a Discord bot to create a private channel which will only update with wanted skins

How to run the program

  1. Copy the repo
  2. Install the discord.py, requests and pytest module
    • pip install discord
    • pip install requests
    • pip install pytest
  3. Create "secret.py" in "src" directory and implement the following inside:
  4. Make sure you're not on Python 3.12 as there's an issue with the requests package, I am currently on Python 3.11.1
  5. run "python3 src/main.py" for main program
    • optional - if you have a bot you can run "python3 src/DiscordBot.py" - useful for my case as the program is run off a Raspberry Pi, letting me know if program is running (if bot is online)
  6. to run tests run "pytest"

About

Monitors CS2 skin marketplaces for good discounts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages