FoltedInlineBot is an inline bot built using Python that allows users to interact and get various responses via inline queries.
- Inline Support: Responds to inline queries with customizable results.
- Asynchronous Integration: For more efficient work.
- Clone the repository:
git clone https://github.com/aleksfolt/foltedinlinebot.git
- Install dependencies:
pip install -r req.txt
- Set up a .env file with all tokens. All tokens are indicated in config.py.
- Run the bot:
python3 main.py
Feel free to submit pull requests and report issues to improve this bot.