Code Monkey home page Code Monkey logo

lambda's Introduction

🤖LAMBDA-BOT (λ)

Lambda Bot in action
Welcome to the LAMBDA-BOT (λ) repository! This bot is designed to provide various functionalities, including Google search, weather information, Wikipedia search and more. Below, you'll find information on how to use the bot and set it up for your own use.

Getting Started

Prerequisites

  1. Python 3
  2. Required Python packages (install using pip install -r requirements.txt):
    • telebot
    • google
    • requests
    • qrcode
    • beautifulsoup4

Setup

  1. Clone this repository to your local machine.

    git clone https://github.com/HARAJIT05/LAMBDA.git
  2. Install the required Python packages.

    pip install -r requirements.txt
  3. Create a new bot on Telegram and obtain the API token. Follow the official Telegram Bot documentation for instructions on creating a new bot.

  4. Replace the placeholder token in the code (TOKEN = 'YOUR_BOT_TOKEN') with the token obtained from BotFather.

  5. Replace other placeholder values, such as OWNER_USER_ID, OPENWEATHERMAP_API_KEY, with your own values in config.py.

  6. Run the bot.

    python bot.py

Bot Commands

  1. Ping 🏓

    • /ping: Check if the bot is responsive.
  2. Help ℹ️

    • /help: Display a list of available commands and their descriptions.
  3. System Information 💻

    • /systeminfo: Show system information.
  4. Generate QR Code 🆔

    • /generateqr <text>: Generate a QR code from the provided text.
  5. Weather Information 🌦️

    • /weather <city>: Get current weather information for a specific city.
  6. Google Search 🔍

    • /google <query>: Perform a Google search and display the results.
  7. Wikipedia Search 📚

    • /wikipedia <query>: Search Wikipedia for information.
  8. Speedtest

    • /speedtest: Perform a speedtest.
  9. Random Meme 😄

    • /meme: Get a random meme.
  10. Anime Information 🎌

    • /anime <anime_name>: Get information about an anime.
  11. IMDb Information 🎬

    • /imdb <movie_title>: Get information about a movie from IMDb.

Notes

  • The bot owner can view the log file using the /viewlog command.
  • Some commands may require additional API keys (e.g., OpenWeatherMap,omdb for imdb database).

Feel free to explore and customize the bot based on your needs! If you have any questions or encounter issues, please reach out to the bot creator.

Enjoy using the Telegram Bot! 🚀

lambda's People

Contributors

harajit05 avatar

Watchers

 avatar

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.