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.
- Host: GitHub
- URL: https://github.com/pasindujr/hndithelperbot
- Owner: pasindujr
- Created: 2022-02-23T14:05:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T17:09:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T21:27:55.050Z (about 1 year ago)
- Topics: pytelegrambotapi, python, telegram-bot
- Language: Python
- Homepage: https://t.me/HnditHelperBot
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```