A Discord bot for PS3 avatar tools & PSN account lookups
PSNToolBot is a handy Discord bot that allows you to:
- ๐ Add PlayStation 3 avatars directly to your shopping cart
- ๐ Retrieve PlayStation Account IDs using just a PSN username
Built for convenience and PlayStation fans! ๐
Before running the bot, you'll need:
- โ A valid NPSSO token (for PSN API access)
- โ Your Discord bot token
- Log in to your PlayStation account at playstation.com
- Open this URL:
๐https://ca.account.sony.com/api/v1/ssocookie - Find this line in the response:
{"npsso":"your-64-character-token"} - Copy the token and save it โ youโll need it in
.env
Clone the repository and install dependencies:
git clone https://github.com/yourusername/PSNToolBot.git
cd PSNToolBot
pip install -r requirements.txtCreate a .env file in the root directory with:
DISCORD_TOKEN=your_discord_bot_token
NPSSO=your_64_char_npsso_token
python bot.pyYour bot is now live and ready to add avatars or fetch PSN IDs! ๐
Have issues or ideas?
Open an issue or submit a pull request!
- ๐จโ๐ป Bot Developer: ๐๐๐๐.dll
- ๐ง Inspired by tools and ideas shared within the PS3 modding & dev community
- ๐ Special thanks to contributors and open-source libraries that made this possible
Built with ๐ป, โ, and ๐ฎ by ๐๐๐๐.dll