Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bpepple/last-shout

A command line tool to tweet top artist statistics from Last.fm to Twitter
https://github.com/bpepple/last-shout

lastfm python3 twitter

Last synced: 23 days ago
JSON representation

A command line tool to tweet top artist statistics from Last.fm to Twitter

Awesome Lists containing this project

README

        

==========
Last-Shout
==========

.. image:: https://img.shields.io/pypi/v/last-shout.svg
:target: https://pypi.org/project/last-shout/

.. image:: https://img.shields.io/pypi/pyversions/last-shout.svg
:target: https://pypi.org/project/last-shout/

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

Quick Description
-----------------

A command line tool to toot a user's top artist statistics from Last.fm to Mastodon.

Installation
------------

PyPi
~~~~

Install it yourself:

.. code:: bash

$ pip install --user last-shout

GitHub
~~~~~~

Installing the latest version from Github:

.. code:: bash

$ git clone https://github.com/bpepple/last-shout.git
$ cd last-shout
$ python3 setup.py install

Getting started
---------------

In order to use Last-Shout, you need at a minimum to get authentication keys for Last.fm_ and Mastodon.

.. _Last.fm: https://www.last.fm

Help
----

::

usage: main.py [-h] [-u USER] [--last-access-key LAST_ACCESS_KEY]
[--set-lastfm] [-n NUMBER] [-p PERIOD] [-t]
[--consumer-key CONSUMER_KEY]
[--consumer-secret CONSUMER_SECRET] [--access-key ACCESS_KEY]
[--access-secret ACCESS_SECRET] [--set-twitter]
[--create-mastodon-app] [--create-mastodon-user] [--toot]
[--version]

A program to post last.fm statistics to Twitter and/or Mastodon.

optional arguments:
-h, --help show this help message and exit
-u USER, --user USER Last.fm username (default: None)
--last-access-key LAST_ACCESS_KEY
Last.fm access key (default: None)
--set-lastfm Set Last.fm credentials (default: False)
-n NUMBER, --number NUMBER
Number of last.fm top artists (default: 10)
-p PERIOD, --period PERIOD
The time period over which to retrieve top artists.
Options are: overall | 7day | 1month | 3month | 6month
| 12month (default: 7day)
--create-mastodon-app
Create mastodon application (default: False)
--create-mastodon-user
Create Mastodon user token (default: False)
--toot Post Last.fm stats to Mastodon (default: False)
--version Show the version number and exit