GithubHelp home page GithubHelp logo

friendly-spoon's Introduction

๐Ÿค– Your Telegram Bot Name

This application is a Telegram bot that filters messages from other Telegram channels based on user-defined criteria. It is built using Java and integrates with the Telegram Database Library (tdlib) to receive messages from specific chats. The application is designed to be scalable and supports a large number of simultaneous interactions.

Architecture Overview

The application is structured around a microservices architecture, with the following main components:

  • Bot Service: Handles interactions with the Telegram Bot API.
  • Subscription Service: Manages user subscriptions to channels and uses tdlib to receive messages.
  • Filter Service: Applies filters to messages and forwards filtered messages.
  • Notification Service: Sends filtered messages to the user's Telegram bot.
  • Database: Stores user subscriptions and filter criteria.
  • Message Queue: Facilitates asynchronous communication between services (e.g., Apache Kafka).

Features

List the key features of your bot, such as:

  • Subscribe to specific channels
  • Filter messages based on criteria
  • Receive only filtered messages
  • [Add more features as needed]

Getting Started

Provide step-by-step instructions on how to set up and start using the bot.

  1. Install the Bot: Explain how to add the bot to Telegram.
  2. Subscribe to Channels: Guide users on how to subscribe to channels through the bot.
  3. Set Up Filters: Describe how to set up filters for messages.
  4. Receive Messages: Explain how users will receive filtered messages.

Usage

  1. Interact with the Telegram bot to subscribe to channels and set up filters.
  2. The bot will filter messages from the subscribed channels based on the criteria and send the filtered messages to your Telegram bot.

Global Insight News

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues to improve the application.

License

Include the license information for your project.

Contact

Provide contact information or links to social media for users to reach out with questions or feedback.


Made with โค๏ธ by [Your Name](Your GitHub Profile Link) and contributors

friendly-spoon's People

Contributors

donkeyrit avatar github-actions[bot] avatar

Watchers

 avatar  avatar

friendly-spoon's Issues

[TEOTB-4][Dev-Ops] Prepare repository

Prepare GitHub repository for working.

  • Add .gitignore;
  • Add license file;
  • Add README.md with base architecture overview;
  • Clean solution (Remove .DS_Store files);
  • Configure git (Use prefix for each commit).

[Dev] Create java project

The main purpose of this project is polling messages from telegram and save to AWS SQS queue.

  • Create API project from maven archetype without spring;
  • Configure Visual Studio Code;
  • Add test endpoint.

[TEOTB-#58][DEV] Incorporate Telegram API Library

  • Create a separate project for integration;
  • Try to authorise with this new library;
  • Get some messages from chats;
  • Configure interface for interaction with this library;
  • Incorporate this library to example.

[TEOTB-16][DEV] Tech debt #2

  • Add default settings for logger;
  • Add ability to override settings for logger;
  • Clean maven pom.xml files.
  • Fix maven issue - Warning: Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  • Increment patch version during deploy.
  • Retrieve information about merged pull-request.
  • Remove branch after merge pull-request.

[TEOTB-10][DEV] Tech Debt

  • Add logging on all levels;
  • Create new design for event system;
  • Filter received updates from telegram;
  • Add proof of concept;
  • Fix issue with storing offset value for update.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.