benetherington / node-TOM-discord-bot

MIT License
2 stars 0 forks source link

Feature/#34 twitter #38

Closed benetherington closed 2 years ago

benetherington commented 2 years ago

Not too much here, just a quick Twitter integration. The only thing specific to the bot is that the returned data is in a similar format to other things that get pushed into the database.

I'm not sure if I want to have separate tables for all of the TWSF data sources (tweets, DMs, emails, discord messages), or if they should all go into one table with a type column. Each strategy has pros and cons in my mind. I'm leaning towards the latter at the moment, though.

fonji commented 2 years ago

I'm not sure if I want to have separate tables for all of the TWSF data sources (tweets, DMs, emails, discord messages), or if they should all go into one table with a type column. Each strategy has pros and cons in my mind. I'm leaning towards the latter at the moment, though.

I also prefer the latter.

fonji commented 2 years ago

Good job :+1: