telegram-helper | Personal Telegram assistant bot to automate daily tasks
kandi X-RAY | telegram-helper Summary
kandi X-RAY | telegram-helper Summary
telegram-helper is a Python library. telegram-helper has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
This project started with the motivation of having a telegram assistant, in which I could program processes I did repeatedly. Later on it turned into a fun project to share with friends and help them too. After successfully creating a Telegram bot that could:.
This project started with the motivation of having a telegram assistant, in which I could program processes I did repeatedly. Later on it turned into a fun project to share with friends and help them too. After successfully creating a Telegram bot that could:.
Support
Quality
Security
License
Reuse
Support
telegram-helper has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
telegram-helper has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of telegram-helper is current.
Quality
telegram-helper has no bugs reported.
Security
telegram-helper has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
telegram-helper is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
telegram-helper releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of telegram-helper
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of telegram-helper
telegram-helper Key Features
No Key Features are available at this moment for telegram-helper.
telegram-helper Examples and Code Snippets
No Code Snippets are available at this moment for telegram-helper.
Community Discussions
No Community Discussions are available at this moment for telegram-helper.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install telegram-helper
To get a local copy up and running follow these simple steps.
Create a blank Telegram bot with BotFather. This step is very simple to do, just go to the link above, talk to the botfather bot and follow the stps. More info and detailed steps in this Medium article. Copy the token provided by your new bot into the credentials.py script. Create a blank app in Heroku. Deploy the app in Heroku.
Clone the repo $ git clone https://github.com/lhandal/telegram-helper.git
Install required packages $ pip install -r requirements.txt
Create a blank Telegram bot with BotFather This step is very simple to do, just go to the link above, talk to the botfather bot and follow the stps. More info and detailed steps in this Medium article
Copy the token provided by your new bot into the credentials.py script.
Create a blank app in Heroku
Deploy the app in Heroku $ heroku login #login $ git init $ heroku git:remote -a {heroku-project-name} $ git add . $ git commit -m "Final Commit Deploying to Heroku" $ git push heroku master In my case I used GitHub CI/CD offered by heroku to redeploy the app with every commit to my repo. You can configure this inside the app preferences!
Go to the kaffeine heroku app and paste the name of your app in there. If you don't know, after 30 minutes of inactivity, Heroku puts your app to sleep (idle) if you are using their free tier. Most of the times that is perfectly fine, since a request or ping will wake it up. Kaffeine pings your app every 25 minutes to avoid idleness.
Create a blank Telegram bot with BotFather. This step is very simple to do, just go to the link above, talk to the botfather bot and follow the stps. More info and detailed steps in this Medium article. Copy the token provided by your new bot into the credentials.py script. Create a blank app in Heroku. Deploy the app in Heroku.
Clone the repo $ git clone https://github.com/lhandal/telegram-helper.git
Install required packages $ pip install -r requirements.txt
Create a blank Telegram bot with BotFather This step is very simple to do, just go to the link above, talk to the botfather bot and follow the stps. More info and detailed steps in this Medium article
Copy the token provided by your new bot into the credentials.py script.
Create a blank app in Heroku
Deploy the app in Heroku $ heroku login #login $ git init $ heroku git:remote -a {heroku-project-name} $ git add . $ git commit -m "Final Commit Deploying to Heroku" $ git push heroku master In my case I used GitHub CI/CD offered by heroku to redeploy the app with every commit to my repo. You can configure this inside the app preferences!
Go to the kaffeine heroku app and paste the name of your app in there. If you don't know, after 30 minutes of inactivity, Heroku puts your app to sleep (idle) if you are using their free tier. Most of the times that is perfectly fine, since a request or ping will wake it up. Kaffeine pings your app every 25 minutes to avoid idleness.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page