This Telegram bot lets you get Information about Institutes, currently supporting all 23 IIT's and 31 NIT's which are spread across India.
Link - College Info Finder
/search
- Search for Institutes/top10iit
- Get top 10 IITs/top10nit
- Get top 10 NITs
You can search Institutes Statewise, it also guess the probable institutes in case, there is some spelling error in search query.
You can get following information about any Institute -
- Location
- Year of Establishment
- Rank
- Admission Exams
- Departments
- Website
- Wikipedia page link
- Google Maps Location
- Python
- Telegram Bot API
- Fuzzywuzzy(For string searching)
- MongoDB as Backend
- Install all dependencies
pip3 install -r requirements.txt
- You need to add environment variable named
TELEGRAM_TOKEN
with value as secret token obtained through @BotFather - You also need to add environment variable named
DB_URI
with value as URL to Database to connect to DB instance. - Run the Telegram Bot by
python3 main.py
Note - All the Information is taken from Publically available source such as Wikipedia or respective Institute's Website.
Feel free to point out any bug or to contribute.