spdconvos / encryptedbot_py

A bot that scrapes and tweets metadata from OpenMHZ calls.
1 stars 1 forks source link

Convert name formatting to just #<badge> <lastname> #28

Closed mpuckett159 closed 7 months ago

mpuckett159 commented 2 years ago

We don't really need first name here, this will save on characters for tweet length

spdconvos commented 11 months ago

I don't remember how the data that gets sent from the name sever is formatted, but go ahead. Should just need editing in this line: https://github.com/spdconvos/encryptedbot_py/blob/adebefd5b894278d88a67a5aa7ea079480403e9a/Bot.py#L259

spdconvos commented 11 months ago

Ok actually I'm fool, opening a PR for this