No description
Find a file
2025-02-01 16:53:59 +00:00
bot.py minor typos fixed. Added new function head_news - print last news 2025-02-01 16:53:59 +00:00
LICENSE Create LICENSE 2024-11-30 16:48:00 +01:00
README.md add readme 2024-11-30 16:47:17 +01:00
teleborsa.py minor typos fixed. Added new function head_news - print last news 2025-02-01 16:53:59 +00:00
telequota.py bug fix and added list stock lines fun 2024-12-15 20:06:35 +01:00

TelePry Bot 🤖

TelePry Bot is a Telegram bot designed for regulated press releases and regulated documents for an italian company.

Features 🌟

  • Scheduled Job: each 30 minutes the bot will collect new data and push to a Telegram group
  • User-Friendly: Lightweight, intuitive, and efficient.
  • Extensible: Easy to customize and add new features leveraging telegram APIs.

Installation 🔧

Follow these steps to set up the bot:

  1. Clone the Repository
    Clone the repository to your local machine:

    git clone https://github.com/Nico-Casarin/telepry_bot.git
    cd telepry_bot
    
  2. Set Up Dependencies
    Install the required Python packages using pip:

    pip install -r requirements.txt
    
  3. Configure Your Bot

    • Obtain a Telegram bot token from BotFather.
  4. Run the Bot
    Start the bot with the following command:

    python bot.py -t API_TOKEN -g GROUP_ID -a ALLOWED_USER
    

Usage 🚀

  • Interact with the Bot:
    Add the Bot to the choosen group and /star it. If you passed allowed users ids, the bot will interact only with those users.

License 📜

This project is licensed under the MIT License. See the LICENSE file for more information.

Disclaimer ⚠️

I do not own any of the registered names or trademarks mentioned in this repository. Any scraping must be performed politely and in compliance with the website owners terms, conditions, and requests. Additionally, no material accessed or consulted from the Teleborsa website may be shared or used for commercial purposes.


Enjoy using TelePry Bot and feel free to contribute to its development! 🚀