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
- Host: GitHub
- URL: https://github.com/lorey/meeting-bot
- Owner: lorey
- Created: 2018-05-05T14:27:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T13:46:02.000Z (about 8 years ago)
- Last Synced: 2025-09-13T17:01:45.559Z (9 months ago)
- Topics: hubspot, hubspot-crm, meetings, telegram-bot
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.