/SlackBots

This is an experimental repo to create slack bots

Primary LanguagePython

SlackBots

This is an experimental repo to create slack bots

Before you run bot

  • Get bot id for the group
  • install slackclient using 'pip install slackclient'
  • add bot id in ...bot.py file

Bots

pubmedbot.py

Requirements

  • Install Biopython module
  • Keep pubmed.py (in the same folder)
  • Change period to check pubmed in pubmed.py
  • Alter your_query in pubmed.py
  • Add maximum number of search in pubmed.py
  • Add bot id in pubmedbot.py
  • Add channel id in pubmedbot.py

Running

python pubmedbot.py

TODOs

  • Create a working dummy project
  • Connect to NCBI Pubmed
  • Connect to Google Alerts

References