Skip to content

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.

License

Notifications You must be signed in to change notification settings

paramphy/Amazing-Python-Scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TelegramBot

  1. Create a bot in telegram:

    Go to @BotFather and click /start and type /newbot and give it a name. Then choose a username and get the token which has to be placed in "YOUR-TOKEN" place in the code

  2. Install required packages:

    pip install requests

    pip install python-telegram-bot

  3. Type /hi command to start conversation with the chatbot.

  4. Pictures/memes are displayed based on the public apis given in the code

About

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 78.6%
  • Python 16.6%
  • HTML 4.8%