Skip to content

Cstrp/TelegoBot

Repository files navigation

TelegoBot

TelegoBot is a Telegram bot designed to deliver real-time news articles and summaries to users based on their interests. It provides a convenient way for users to stay updated with the latest news on various topics without leaving the Telegram app.

Features

  • Real-time News Delivery
  • Summarization
  • Source Management

Getting Started

To run TelegoBot locally or deploy it to a server, follow these steps:

git clone https://github.com/yourusername/TelegoBot.git

Install the required dependencies:

# Navigate to the project directory
cd TelegoBot
# Install dependencies (example using Go modules)
go mod tidy

Configure the bot and database settings by creating a .env file in the project root and filling in the necessary environment variables. You can use the provided .env.example as a template. Build and run the application:

go build -o TelegoBot
./TelegoBot

Roadmap

  • Add docker

  • Add tests for primary func's

  • Add Chat Mod

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published