Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.12 KB

RockboxScrobblerBot

Telegram bot for scrobbling logs at Last.fm from portable music players working with Rockbox firmware.

Features:

  • can not edit the log via the bot
  • size max log 2Mb

Upload your log on the Last.fm! Try it now.

Backend

Bot written in Python, used python-telegram-bot framework, pylast interface to Last.fm and PyMySQL library for database contact.

Developed in the following environment:

  • Python 3.5.2
  • MySQL 5.7.25
  • Pip latest version

Python dependencies:

  • python-telegram-bot==11.1.0
  • pylast==3.0.0
  • PyMySQL==0.9.3

Rest of the python dependencies see in the file requirements.txt.

Also note the file config.py.

References

License

This software is licensed under the terms of the GNU General Public License version 3.