pub struct TwitterAccount { pub display_name: &'static str, pub twitter_username: &'static str, pub schedule_keyword: &'static str }