EMCain / drug_names

Generate random medication names and ads for them, now with Twitter bot
https://twitter.com/AskYrDoctorABot
23 stars 9 forks source link

create Twitter bot #2

Open EMCain opened 6 years ago

EMCain commented 6 years ago

create a Twitter bot to post the pharmaceutical ads

Should reply to any response to its tweets with:

'Have you tried {}?'.format(random.choice([
    'kale',
    'yoga',
    'meditation', 
    'astral projection',
    'keto', 
    'going vegan',
    'CrossFit', 
    'prayer',
]))
EMCain commented 6 years ago

update: bot created, but I haven't implemented replies.