Skip to content

enbacode/albumart-buster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albumart-Buster

NOTE: The DE script is deprecated because reCaptcha was added. The US script is still functional as of 2018-10-09.

Description

script to write custom messages to the leaderboard of Red Bull's German and US Album Art IQ.

Usage

Show overall top ten:

python bust_en.py topten 

Show genre topten

python bust_en.py topten --genre <genre>

Post a specific name and score to a genre:

python bust_en.py post <name> <score> <genre>

Write a text to a genre leaderbord (text is splitted automatically):

python bust_en.py write <genre> "<text>"

Write a twitter feed to a category (updates every 30 seconds):

python bust_en.py tweet \ 
    --consumer-key <consumer-key> \
    --consumer-secret <consumer-secret> \
    --access-token-key <access-token-key> \
    --access-token-secret <access-token-secret> \
    --screen-name <screen-name>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages