https://github.com/aspects19/telebot
A telegram bot written with pyTelegramApi with different functions
https://github.com/aspects19/telebot
Last synced: over 1 year ago
JSON representation
A telegram bot written with pyTelegramApi with different functions
- Host: GitHub
- URL: https://github.com/aspects19/telebot
- Owner: aspects19
- Created: 2023-07-15T18:55:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T15:20:10.000Z (almost 2 years ago)
- Last Synced: 2024-09-17T18:56:38.164Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔗 Personal Assistant Telegram bot
[](https://github.com/aspects19/telebot/blob/main/LICENSE)







This is a Telegram bot created using Python and [Telebot](https://pypi.org/project/telebot/) (pyTelegramApi) that allows users to reverage the bot facilities of Telegram to get features such as AI image creation, text with AI and weather focast.
## 🚀 How to make it your own
1. Clone the repository to your local machine using ` git clone https://github.com/aspects19/telegram-bot`
2. Install the dependencies using `pip install -r requirements.txt`
3. Create a Telegram bot using BotFather through its [BotFather Bot](https://t.me/botFather) and get your bot token
4. Get your OpenAI token from [OpenAI](https://openai.com/index/openai-api/) and you [AccuWeatherApi](https://developer.accuweather.com/)
5. Update the `main.py` file with your Telegram bot token, OpenAI API token and AccuWeather API.
6. Run the bot using `python main.py`
7. Test you bot by texting or sending the /start.
Once the bot is running, users can interact with it by messaging it on Telegram. They can use the `/start` command to start using this bot.
## 🛠️ Language/Framework Used


## 👨💻 Author
This project was created by [Aspect](https://github.com/aspects19).
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.