mnemocron / TelegramChatStats

Generate some statistics and plots from your exported Telegram chat data (using Bokeh plots with python 3)
MIT License
56 stars 12 forks source link

Add requirements.txt #10

Closed Katzenbiber closed 1 year ago

Katzenbiber commented 1 year ago

Add a requirements file to make usage easier, as the bokeh library moved onto version 3, breaking this code.

Additionally whitelisted it from .gitignore

(should help with #9)

mnemocron commented 1 year ago

LGTM, thanks