An open API service indexing awesome lists of open source software.

https://github.com/pasindujr/hndithelperbot

🤖 Telegram bot to help finding past papers and notes for SLIATE HNDIT students. Still work in progress.
https://github.com/pasindujr/hndithelperbot

pytelegrambotapi python telegram-bot

Last synced: about 1 year ago
JSON representation

🤖 Telegram bot to help finding past papers and notes for SLIATE HNDIT students. Still work in progress.

Awesome Lists containing this project

README

          


# HNDIT Helper Telegram Bot

### Cloning the repository

--> Clone the repository using the command below :
```bash
git clone https://github.com/pasindujr/HnditHelperBot.git
```

--> Move into the directory where we have the project files :
```bash
cd HnditHelperBot
```

--> Create a virtual environment :
```bash
# Let's install virtualenv first
pip install virtualenv
# Then we create our virtual environment
virtualenv envname
```

--> Activate the virtual environment :
```bash
envname\scripts\activate
```

--> Install the requirements :
```bash
pip install -r requirements.txt
```