Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 892 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 892 Bytes

JARVIS

📌 Introduction

This is a python telegram bot.

🏃‍ Getting Started

  • Fork this repository and then clone it.
  • Create a python virtual environment in the directory, and activate it:
    python3 -m venv .
    source bin/activate
  • Install required packages:
    pip3 install -r requirements.txt
  • To run the bot (for testing):
    python3 bot.py

🎓 Resources

👀 Live Bot Preview