Brainy Quote Bot @BrainQuoteBot

Telegram bot to search quotes from brainyquote.com

Usage

Deploy to Heroku

Deploy

  1. Tap on above button and fill API_ID, API_HASH, BOT_TOKEN.
  2. Then tap "Deploy App" below it. Wait till deploying is complete (will take atmost 2 minutes).
  3. After deploying is complete, tap on "Manage App"
  4. Check the logs to see if your bot is ready!

Local Deploying

  1. Clone the repo

    git clone https://github.com/StarkBotsIndustries/BrainyQuoteBot
    
  2. Get a DATABASE_URL. If you don't know how, deploy using Heroku Button only or delete database things as it's not a compulsion.

  3. Edit Config.py and fill the needed variables

  4. Enter the directory

    cd QuotesBot
    
  5. Run the file

    python3 quotes.py
    

Environment Variables

Mandatory Vars

Functions

More features soon, this is a minimal example :)

  1. Get quotes on any topic and from any great person.
  2. No need to browse anymore.
  3. Inline Mode to create any use.
  4. Option to get a random quote.
  5. Get a special 'Quote of the Day' everyday in 5 different topics
  6. Option to get 1 or multiple quotes on a topic/great personality.

GitHub

https://github.com/StarkBotsIndustries/BrainyQuoteBot