socphoenix / lemmy_nhl_bot

nhl linescore grabber/poster for lemmy
Apache License 2.0
2 stars 0 forks source link

Add config.py to automate configuration #2

Closed socphoenix closed 1 year ago

socphoenix commented 1 year ago

Create a config.py script to save the following data to either text or preferably sqlite:

socphoenix commented 1 year ago

config.py created. Saves the following data: login token, community name, teamID.

Still to do on config.py:

Still to do on bot.py:

There are comments in config.py for what will need to be added to bot.py for sqlite/using the login token.

socphoenix commented 1 year ago

bot now uses sqlite