https://github.com/danbugs/pgstats-webscrapper-autoseeder
This is a very scuffed autoseeder for events.
https://github.com/danbugs/pgstats-webscrapper-autoseeder
python smash
Last synced: about 1 month ago
JSON representation
This is a very scuffed autoseeder for events.
- Host: GitHub
- URL: https://github.com/danbugs/pgstats-webscrapper-autoseeder
- Owner: danbugs
- Created: 2023-04-28T16:24:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T16:28:07.000Z (about 2 years ago)
- Last Synced: 2025-03-12T03:33:42.651Z (over 1 year ago)
- Topics: python, smash
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pgstats-webscrapper-autoseeder
This is a very scuffed autoseeder for events. For it to work, you need to provide it two text files:
1. players.txt - This file contains the list of players (i.e., the URL to their PGStats profile) that you want to seed. Each player should be on a new line.
- e.g., https://www.pgstats.com/ultimate/player/Dantotto?id=S1178271
2. search.txt - This file contains the list of players you want to each player's win-rates against. Each player should be on a new line.
- e.g., Dantotto
After getting the win-rates against every player in `search.txt` for each profile in `players.txt`, the program will utilize those to seed the event. The seeding is done through several iterations w/ assigning weights based on that round's stadings/seeding, and it runs until the seeding is stable (i.e., close enough to the previous iteration based on a treshold).
The output will be displayed in `stdout`.