Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 505 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 505 Bytes

NhentaiBot

Requirements

Python >=3.9.0
Git
Virtualenv

Setup

  • Clone the Repository

    git clone [email protected]:knight-byte/NhentaiBot.git
    cd NhentaiBot
    
  • Setup a Virtualenv

    virtualenv .
    # start virtual env
    source bin/activate
    
  • Installing requirements

    pip install -r requirements.txt
    
  • Setting Environment variable

    export bot_token=<your bot token>
    
    
  • Start Bot

    python -m nhentaiBot
    

Made with 💜 in India