Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.17 KB

README.md

File metadata and controls

48 lines (36 loc) · 2.17 KB

Gift Me Telegram Bot

http://t.me/giftMe_bot

  • Yael Yazdi
  • Chanami Tarshish (Ross)
  • Sari Vagshal

Sometimes in this busy schedule you don’t have time to buy gift for near and dear ones. Gift ME can be one of the best telegram bot ideas for gift delivery. If the user needs to send someone flowers or gifts but he doesn’t have much time, he will use this Gift ME bot and place an online order with the receiver’s address to get the flowers delivered without actually visiting a florist. This bot will also remind you about your friends upcoming events.

Schedule tasks

https://gift-me.monday.com/boards/153303190/

Screenshots

SCREESHOT DECSRIPTION SCREESHOT DECSRIPTION SCREESHOT DECSRIPTION SCREESHOT DECSRIPTION SCREESHOT DECSRIPTION SCREESHOT DECSRIPTION SCREESHOT DECSRIPTION SCREESHOT DECSRIPTION

How to Run This Bot

Prerequisites

  • Python 3.7
  • pipenv
  • MongoDB

Setup

  • Clone this repo from github

  • Install dependencies: pipenv install

  • Get a BOT ID from the botfather.

  • Create a secret_settings.py file:

      BOT_TOKEN = "your-bot-token-here"
    

Run

To run the bot use:

pipenv run python bot.py

(Or just python bot.py if running in a pipenv shell.)

Credits and References