Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 719 Bytes

File metadata and controls

25 lines (19 loc) · 719 Bytes

Folted Inline Bot

FoltedInlineBot is an inline bot built using Python that allows users to interact and get various responses via inline queries.

Features

  • Inline Support: Responds to inline queries with customizable results.
  • Asynchronous Integration: For more efficient work.

Installation

  1. Clone the repository:
    git clone https://github.com/aleksfolt/foltedinlinebot.git
  2. Install dependencies:
    pip install -r req.txt

Usage

  1. Set up a .env file with all tokens. All tokens are indicated in config.py.
  2. Run the bot:
    python3 main.py

Contribution

Feel free to submit pull requests and report issues to improve this bot.