ali-ardakani / house-rent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

House rent

This is a notification bot for rent a house.

In order to rent a house, maybe you needed to constantly check the divar application to see if there is any new house available. So this bot notify you when a new house is available that was advertised according to your criteria.

Table of Contents

  • Installation
  • Usage
  • Installation

    pip install -r requirements.txt

    Usage

    # Set token, channel_id
    token = "YOUR_TOKEN"
    chanel_id = "YOUR_CHANEL_ID"
    
    # Create a notification bot
    bot = BotDivar(token=token, channel_id=chanel_id)
    bot.start_polling()

    Note: Please call /help to see the available commands in the bot.

About

License:MIT License


Languages

Language:Python 100.0%