Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-telegram-bot
/
python-telegram-bot
Public
Notifications
You must be signed in to change notification settings
Fork
6.1k
Star
29.4k
Code
Issues
24
Pull requests
11
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
feature/fsm
User selector
All users
All time
Commit history
Commits on Feb 6, 2025
Use Lock instead of semaphore
Bibo-Joshi
committed
b1fff6d
View commit details
Copy full SHA for b1fff6d
Browse repository at this point
Add an example on concurrency in FSM
Bibo-Joshi
committed
31af1a9
View commit details
Copy full SHA for 31af1a9
Browse repository at this point
Commits on Feb 5, 2025
Try setting up infrastructure for optimistic locking. Example will follow
Bibo-Joshi
committed
4441543
View commit details
Copy full SHA for 4441543
Browse repository at this point
Move internal state storage to FiniteStateMachine and add state history
Bibo-Joshi
committed
646ba37
View commit details
Copy full SHA for 646ba37
Browse repository at this point
Disable tests harder …
Bibo-Joshi
committed
817b71d
View commit details
Copy full SHA for 817b71d
Browse repository at this point
Add Some Abstractions for Timeout Jobs
Bibo-Joshi
committed
434cbfa
View commit details
Copy full SHA for 434cbfa
Browse repository at this point
Temporarily Disable Tests on this branch
Bibo-Joshi
committed
34832d9
View commit details
Copy full SHA for 34832d9
Browse repository at this point
Add State.ANY for fallbacks and allow handling multiple states for one update
Bibo-Joshi
committed
07225b9
View commit details
Copy full SHA for 07225b9
Browse repository at this point
Commits on Feb 4, 2025
Initial FSM PoC
Bibo-Joshi
committed
0c06ba0
View commit details
Copy full SHA for 0c06ba0
Browse repository at this point
Commits on Feb 2, 2025
Use Fine Grained Permissions for GitHub Actions Workflows (#4668)
Bibo-Joshi
authored
dfb0ae3
View commit details
Copy full SHA for dfb0ae3
Browse repository at this point
Bump `actions/setup-python` from 5.3.0 to 5.4.0 (#4665)
Show description for 64006aa
dependabot[bot]
and
Bibo-Joshi
authored
64006aa
View commit details
Copy full SHA for 64006aa
Browse repository at this point
Bump `dependabot/fetch-metadata` from 2.2.0 to 2.3.0 (#4666)
Show description for 69ddc47
dependabot[bot]
authored
69ddc47
View commit details
Copy full SHA for 69ddc47
Browse repository at this point
Accept `datetime.timedelta` Input in `Bot` Method Parameters (#4651)
Bibo-Joshi
authored
a2150b3
View commit details
Copy full SHA for a2150b3
Browse repository at this point
Bump `actions/stale` from 9.0.0 to 9.1.0 (#4667)
Show description for 79acc1a
dependabot[bot]
authored
79acc1a
View commit details
Copy full SHA for 79acc1a
Browse repository at this point
Bump `astral-sh/setup-uv` from 5.1.0 to 5.2.2 (#4664)
Show description for 4cdb1a0
dependabot[bot]
authored
4cdb1a0
View commit details
Copy full SHA for 4cdb1a0
Browse repository at this point
Bump `codecov/test-results-action` from 1.0.1 to 1.0.2 (#4663)
Show description for 6319f4b
dependabot[bot]
authored
6319f4b
View commit details
Copy full SHA for 6319f4b
Browse repository at this point
Commits on Jan 31, 2025
Overhaul Admonition Insertion in Documentation (#4462)
Show description for d7e063d
harshil21
and
Bibo-Joshi
authored
d7e063d
View commit details
Copy full SHA for d7e063d
Browse repository at this point
Commits on Jan 23, 2025
Extend Customization Support for `Bot.base_(file_)url` (#4632)
Bibo-Joshi
authored
5dd7b8f
View commit details
Copy full SHA for 5dd7b8f
Browse repository at this point
Support `allow_paid_broadcast` in `AIORateLimiter` (#4627)
Bibo-Joshi
authored
61b87ba
View commit details
Copy full SHA for 61b87ba
Browse repository at this point
Commits on Jan 14, 2025
Simplify Handling of Empty Data in `TelegramObject.de_json` and Friends (#4617)
Bibo-Joshi
authored
dd592cd
View commit details
Copy full SHA for dd592cd
Browse repository at this point
Add `BaseUpdateProcessor.current_concurrent_updates` (#4626)
Bibo-Joshi
authored
f57dd52
View commit details
Copy full SHA for f57dd52
Browse repository at this point
Commits on Jan 7, 2025
Bump `pre-commit` Hooks to Latest Versions (#4643)
Show description for 16605c5
pre-commit-ci[bot]
and
Bibo-Joshi
authored
16605c5
View commit details
Copy full SHA for 16605c5
Browse repository at this point
Commits on Jan 3, 2025
Bump Version to v21.10 (#4639)
Bibo-Joshi
authored
e4b0f8c
View commit details
Copy full SHA for e4b0f8c
Browse repository at this point
Full Support for Bot API 8.2 (#4633)
Show description for f2dc017
3 people
authored
f2dc017
View commit details
Copy full SHA for f2dc017
Browse repository at this point
Commits on Jan 2, 2025
Add Parameter `pattern` to `JobQueue.jobs()` (#4613)
Bibo-Joshi
authored
a781a4f
View commit details
Copy full SHA for a781a4f
Browse repository at this point
Ensure Forward Compatibility of `Gift` and `Gifts` (#4634)
Bibo-Joshi
authored
679d038
View commit details
Copy full SHA for 679d038
Browse repository at this point
Commits on Jan 1, 2025
Bump APS & Deprecate `pytz` Support (#4582)
Show description for d0a6e51
dependabot[bot]
and
Bibo-Joshi
authored
d0a6e51
View commit details
Copy full SHA for d0a6e51
Browse repository at this point
Update Copyright to 2025 (#4631)
Bibo-Joshi
authored
5f35304
View commit details
Copy full SHA for 5f35304
Browse repository at this point
Commits on Dec 31, 2024
Remove Redundant `pylint` Suppressions (#4628)
Poolitzer
authored
3fc50c7
View commit details
Copy full SHA for 3fc50c7
Browse repository at this point
Bump `astral-sh/setup-uv` from 4.2.0 to 5.1.0 (#4625)
Show description for 3c9bba6
dependabot[bot]
authored
3c9bba6
View commit details
Copy full SHA for 3c9bba6
Browse repository at this point
Bump `codecov/codecov-action` from 5.1.1 to 5.1.2 (#4622)
Show description for a9a7b07
dependabot[bot]
authored
a9a7b07
View commit details
Copy full SHA for a9a7b07
Browse repository at this point
Commits on Dec 30, 2024
Bump `actions/upload-artifact` from 4.4.3 to 4.5.0 (#4623)
Show description for e1e7b62
dependabot[bot]
authored
e1e7b62
View commit details
Copy full SHA for e1e7b62
Browse repository at this point
Bump `github/codeql-action` from 3.27.9 to 3.28.0 (#4624)
Show description for dfb3c13
dependabot[bot]
authored
dfb3c13
View commit details
Copy full SHA for dfb3c13
Browse repository at this point
Use Custom Labels for `dependabot` PRs (#4621)
Bibo-Joshi
authored
f7a3f67
View commit details
Copy full SHA for f7a3f67
Browse repository at this point
Commits on Dec 29, 2024
Allow Input of Type `Sticker` for Several Methods (#4616)
Bibo-Joshi
authored
a6cd9c5
View commit details
Copy full SHA for a6cd9c5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.