Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regalk13/telegram-bot
This is a example of use telegram & telegram.bot API...
https://github.com/regalk13/telegram-bot
bot python telegram-bot
Last synced: 9 days ago
JSON representation
This is a example of use telegram & telegram.bot API...
- Host: GitHub
- URL: https://github.com/regalk13/telegram-bot
- Owner: regalk13
- License: bsd-3-clause
- Created: 2021-01-25T21:49:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T20:32:28.000Z (over 3 years ago)
- Last Synced: 2024-04-22T01:20:32.109Z (7 months ago)
- Topics: bot, python, telegram-bot
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Bot
## About
Welcome to a multifunctional bot for the telegram application, seeing that it started to grow I wanted to make my contribution, it has several super cool functions, such as detecting bad words, looking at the price of crypto currencies, obtain wikipedia's article summary, and even reminders can add it to their groups with @regalkbot currently in its Spanish version I hope you like it and can learn.
## Installation of required components
### You will need:
- telegram = 0.0.1
- pycoingecko = 1.4.0
- python_telegram_bot = 13.1
- requests = 2.25.0
- BeautifulSoup = 4.9.3
- better_profanity = 0.7.0
- wikipedia = 1.4.0
- lxml = 4.6.2### To install Python:
Download the latest version from [here](https://www.python.org/downloads/):
### Pip installs:You can make a requirements.txt by copying this or whit the respective command in pip:
"telegram==0.0.1
pycoingecko==1.4.0
python_telegram_bot==13.1
requests==2.25.0
better_profanity==0.7.0"## Final Notes
- You are free to take this code and use it in your bots and modify it as you please.
- If you need to ask something my twitter is open.
- Finally I hope you liked it and remember that anyone can program.