https://github.com/agent-hellboy/google-chat-python-bot
A google-chat python chat bot
https://github.com/agent-hellboy/google-chat-python-bot
bot google-chat google-chat-bot hacktoberfest python-bot
Last synced: 3 months ago
JSON representation
A google-chat python chat bot
- Host: GitHub
- URL: https://github.com/agent-hellboy/google-chat-python-bot
- Owner: Agent-Hellboy
- License: mit
- Created: 2022-04-21T18:37:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T12:55:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T16:49:15.935Z (8 months ago)
- Topics: bot, google-chat, google-chat-bot, hacktoberfest, python-bot
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Python bot
- Example bot which execute python expression and returns a local execution environment which is enough to teach the concept
### General Info
- Instead of inviting someone over call to teach some concept of python you can simply execute the code in google chat itself
### Requirements
* Host your app(flask app) somewhere like heroku,netlify..
* Register that endpoint(of flask app) within your gsuite
* Register to gsuite [here](https://cloud.google.com/gcp/)
* Enable the google chat API [here](https://developers.google.com/chat/how-tos/apps-publish#enable_the_google_chat_api)
* After enabeling google chat API configure your endpoint by clicking on configuration
Do read this tutorial [here](https://www.chatcompose.com/googlechat.html)
This will clearify all your doubts
### Using
search for the bot and add it to the space or talk to it directly
### Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.