├── README.md ├── claimer ├── paypal.env └── toPaypal.sql ├── config ├── accounts.json └── song.json └── spotify_bot.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/spotify-bot/HEAD/README.md -------------------------------------------------------------------------------- /claimer/paypal.env: -------------------------------------------------------------------------------- 1 | username*: 2 | password*: 3 | 2af: 4 | *:required 5 | -------------------------------------------------------------------------------- /claimer/toPaypal.sql: -------------------------------------------------------------------------------- 1 | from spotify LTD to PayPal Cord 2 | url:paypal.com/send/username 3 | -------------------------------------------------------------------------------- /config/accounts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/spotify-bot/HEAD/config/accounts.json -------------------------------------------------------------------------------- /config/song.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/spotify-bot/HEAD/config/song.json -------------------------------------------------------------------------------- /spotify_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/spotify-bot/HEAD/spotify_bot.py --------------------------------------------------------------------------------