Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.08 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.08 KB

Multimedia Interactive Fetch Bot (MiLF Bot)

Description

ATM can only fetch photos from rule34 site

TODO...

USAGE:

Requirements:

  1. Python 3.10+
  2. aiogram
  3. aiohttp
  4. python-dotenv

Installation:

  1. Clone the repository:

    git clone 
  2. Navigate to the project directory:

    cd milfbot
  3. (Recommended) Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate 

    Or adaptive it for your system/shell

  4. Install dependencies:

    pip install -r requirements.txt

Launch

  1. Copy .env.example to .env:

    cp .env.example .env
  2. Enter your Telegram bot token:

    • Open the .env and replace BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN with your actual bot token.
  3. (Optional) Replace the Rule34 site token:

    • If necessary, modify the RULE34_URL variable in the .env file
  4. Run the script:

    python main.py

Contributing

TODO...

Feel free to open an issue