https://github.com/cssnr/guild-sync-client
Guild Sync Client
https://github.com/cssnr/guild-sync-client
python world-of-warcraft
Last synced: 8 months ago
JSON representation
Guild Sync Client
- Host: GitHub
- URL: https://github.com/cssnr/guild-sync-client
- Owner: cssnr
- Created: 2021-10-18T22:33:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T06:45:38.000Z (over 4 years ago)
- Last Synced: 2025-10-13T18:05:02.253Z (8 months ago)
- Topics: python, world-of-warcraft
- Language: Python
- Homepage: https://guildsync.cc
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guild Sync Client
Client Application for Guild Sync.
[https://guildsync.cc/](https://guildsync.cc/)
### Download
- Latest for Windows: [GuildSync.exe](https://github.com/cssnr/guild-sync-client/releases/latest/download/GuildSync.exe)
- Latest for MacOS: [GuildSync](https://github.com/cssnr/guild-sync-client/releases/latest/download/GuildSync)
Or head over to the [Releases page](https://github.com/cssnr/guild-sync-client/releases).
### Running
1. Download and run: `GuildSync.exe`
1. Copy your `Client Access Key` from your Profile on the website (top right corner).
1. Select your WoW WTF Account Folder (just the account name).
* Example: `C:\Program Files (x86)\World of Warcraft\_classic_\WTF\Account\Test123`
1. Make sure you have run, or do run the in-game addon.
* [Guild Sync Addon](https://github.com/cssnr/guild-sync-addon)
### Building
```
pyinstaller.exe --clean --console --onefile .\guild-sync.spec
```