An open API service indexing awesome lists of open source software.

https://github.com/lorey/meeting-bot

:notebook_with_decorative_cover: Telegram bot that reminds you to create meeting notes in your Hubspot CRM
https://github.com/lorey/meeting-bot

hubspot hubspot-crm meetings telegram-bot

Last synced: 8 months ago
JSON representation

:notebook_with_decorative_cover: Telegram bot that reminds you to create meeting notes in your Hubspot CRM

Awesome Lists containing this project

README

          

# Meeting Bot

Telegram username: Hackathon_Meeting_Bot

## Installation

```
sudo apt-get install virtualenv
virtualenv -p /usr/bin/python3.5 venv
source venv/bin/activate
pip install -r requirements.txt
cp config.example.py config.py
```

Then fill out config.py with all details.