SoundCloud Bot to play target track by using selenium. Includes 50, 100, 500, 1000 runs script.
pip install -r requirements.txt
python sc_bot.py
python sc_bot.py <NUMBER>
e.g. python sc_bot.py 3 # Play default track for 3 times
python sc_bot.py <NUMBER> <URL>
e.g. python sc_bot.py 5 https://soundcloud.com/decentral-mike/basshead-mix # Play basshead-mix for 5 times
chmod 777 50_run.sh
./50_run.sh
chmod 777 100_run.sh
./100_run.sh
chmod 777 500_run.sh
./500_run.sh
chmod 777 1000_run.sh
./1000_run.sh