Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1018 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1018 Bytes

GoBot - Telegram Bot Framework in Golang

GoBot is a versatile Telegram bot framework written in Golang, providing developers with a modular and user-friendly platform to create intelligent bots. Whether you're a beginner or an experienced developer, GoBot streamlines the process of building feature-rich Telegram bots.

Getting Started

1. Install Golang and set up your development environment.
2. Clone the GoBot repository from GitHub.
3. Follow the documentation to configure and customize your bot.
4. Explore examples and start building your Telegram bot effortlessly.

Usage

bash
# Navigate to the project directory
    mkdir mytelegrambot
    cd mytelegrambot

# Clone the repo
    git clone [email protected]:LamichhaneBibek/gobot.git
    
# Install dependencies
    go mod tidy

# Run the bot
    go run main.go

License

GoBot is open-source software licensed under the LICENSE MIT License.

Happy bot building with GoBot! 🚀