Skip to main content

Post your top weekly or yearly scrobbled artists to twitter.

Project description

First you need to get app API credentials from last.fm and twitter.

Then you need to create a secrets.json file with the following format:

{"lastfm":
            {"key": "alphanumeric",
            "secret": "alphanumeric"},
"twitter":
        {"consumer_key": "alphanumeric",
        "consumer_secret": "alphanumeric",
        "token_key": "alphanumeric-alphanumeric",
        "token_secret": "alphanumeric"}

Currently you need to use the -j or –json option to link to a secrets file with your API secrets for last.fm and twitter.

After installation via pip, you can run python -m lastfmtwitter.lastfm_twitter

usage: python -m lastfmtwitter.lastfm_twitter [-h] [-w | -y] [-j JSON]

optional arguments:
-h, --help

show this help message and exit

-w, --weekly

post your top weekly artists (default)

-y, --yearly

post your top yearly artists

-j JSON, --json JSON

optional path to secrets.json file with api keys

For more documentation, visit: http://server.ericsbinaryworld.com/gpl_code/lastfmtwitter/index.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lastfmtwitter-0.7.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

lastfmtwitter-0.7.3-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page