This is an experimental repo to create slack bots
- Get bot id for the group
- install slackclient using 'pip install slackclient'
- add bot id in ...bot.py file
- 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
python pubmedbot.py
- Create a working dummy project
- Connect to NCBI Pubmed
- Connect to Google Alerts
- https://www.fullstackpython.com/blog/build-first-slack-bot-python.html
- https://medium.com/@julianmartinez/how-to-write-a-slack-bot-with-python-code-examples-4ed354407b98
- https://kazuar.github.io/building-slack-game-part1/
- https://code.tutsplus.com/articles/building-a-slack-bot-using-python--cms-29668
- https://www.youtube.com/watch?v=7jwwhk5W56A
- https://www.fullstackpython.com/bots.html