Mr-Sunglasses / VidLibreBot

Open-Bot for Telegram
https://t.me/Source_101_bot
Creative Commons Zero v1.0 Universal
10 stars 10 forks source link

Migrate Pastebin to Asyncio. #13

Open AnjumanHasan opened 2 years ago

AnjumanHasan commented 2 years ago

Migrate Pastebin to Asyncio.

Overview

The Goal is to Migrate pastebin bot to asyncio for better use of the Pytelegram Bot Module.

Description

Asynchronous programming is a technique that enables your program to start a potentially long-running task and still be able to be responsive to other events while that task runs, rather than having to wait until that task has finished. Once that task has finished, your program is presented with the result. The Goal is to Migrate PasteBin to AsycIO for better Execution of Task parallely.

Expected outcomes

Migrated Pastebin to AsyncIO and Better performance.

Skills

Python, Asynchronous programming, PytelegramBot.

Possible mentors

Kanishk Pachauri, Anjuman Hassan

Expected project size

100 hours.

Difficulty

Hard

github-actions[bot] commented 2 years ago

Thank you 🙏🏻 for submitting your first issue to Open-Bot