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
.
pythonitalia
/
python-italy-telegram-bot
Public
forked from
PaulSonOfLars/tgbot
Notifications
You must be signed in to change notification settings
Fork
7
Star
20
Code
Issues
0
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(rewrite-v2): Bot rewrite with welcome messages, moderation, and database layer
- #39
#39
Merged
MattiaFailla
merged 31 commits into
master
pythonitalia/python-italy-telegram-bot:master
from
rewrite-v2
pythonitalia/python-italy-telegram-bot:rewrite-v2
Copy head branch name to clipboard
Feb 22, 2026
Conversation
Commits
31
(31)
Checks
Files changed
Merged
feat(rewrite-v2): Bot rewrite with welcome messages, moderation, and database layer
#39
MattiaFailla
merged 31 commits into
master
pythonitalia/python-italy-telegram-bot:master
from
rewrite-v2
pythonitalia/python-italy-telegram-bot:rewrite-v2
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2026
chore(rewrite-v2): clear repository for fresh start
Show description for c64e78f
MattiaFailla
and
cursoragent
committed
c64e78f
View commit details
Copy full SHA for c64e78f
Browse repository at this point
chore(rewrite-v2): add .cursor to gitignore
Show description for 50de6fa
MattiaFailla
committed
50de6fa
View commit details
Copy full SHA for 50de6fa
Browse repository at this point
chore(rewrite-v2): add .python-version
Show description for b3f9e8f
MattiaFailla
committed
b3f9e8f
View commit details
Copy full SHA for b3f9e8f
Browse repository at this point
build(rewrite-v2): add pyproject.toml and uv.lock
Show description for a09aca1
MattiaFailla
committed
a09aca1
View commit details
Copy full SHA for a09aca1
Browse repository at this point
chore(rewrite-v2): add .env.example
Show description for 9b85b54
MattiaFailla
committed
9b85b54
View commit details
Copy full SHA for 9b85b54
Browse repository at this point
chore(rewrite-v2): add assets/regolamento.md
Show description for fd0c0a6
MattiaFailla
committed
fd0c0a6
View commit details
Copy full SHA for fd0c0a6
Browse repository at this point
feat(rewrite-v2): add python_italy_bot application
Show description for b4cc355
MattiaFailla
committed
b4cc355
View commit details
Copy full SHA for b4cc355
Browse repository at this point
test(rewrite-v2): add tests package
Show description for c7a530b
MattiaFailla
committed
c7a530b
View commit details
Copy full SHA for c7a530b
Browse repository at this point
docs(rewrite-v2): update README
Show description for 03a0b97
MattiaFailla
committed
03a0b97
View commit details
Copy full SHA for 03a0b97
Browse repository at this point
chore(rewrite-v2): update dependencies and add PostgreSQL schema
Show description for acd93f3
MattiaFailla
committed
acd93f3
View commit details
Copy full SHA for acd93f3
Browse repository at this point
docs(README): enhance bot usage instructions and configuration details
Show description for a33b2f4
MattiaFailla
committed
a33b2f4
View commit details
Copy full SHA for a33b2f4
Browse repository at this point
docs(README): add command for retrieving chat and user IDs
MattiaFailla
committed
a47a286
View commit details
Copy full SHA for a47a286
Browse repository at this point
feat(id-handler): add /id command to retrieve chat and user IDs
Show description for 2e5a070
MattiaFailla
committed
2e5a070
View commit details
Copy full SHA for 2e5a070
Browse repository at this point
feat(schema): add group_settings and globally_verified_users tables
Show description for ae4bd66
MattiaFailla
committed
ae4bd66
View commit details
Copy full SHA for ae4bd66
Browse repository at this point
docs(.env.example): add optional RULES_URL configuration
MattiaFailla
committed
0d6b145
View commit details
Copy full SHA for 0d6b145
Browse repository at this point
feat(welcome): enhance welcome and verification handling
Show description for 48359cd
MattiaFailla
committed
48359cd
View commit details
Copy full SHA for 48359cd
Browse repository at this point
feat(captcha): enhance welcome message and verification logic
Show description for 0e62ae6
MattiaFailla
committed
0e62ae6
View commit details
Copy full SHA for 0e62ae6
Browse repository at this point
feat(settings): implement group settings handlers for welcome messages
Show description for 9d8371b
MattiaFailla
committed
9d8371b
View commit details
Copy full SHA for 9d8371b
Browse repository at this point
feat(welcome): add welcome message handling to repository interfaces
Show description for 721844c
MattiaFailla
committed
721844c
View commit details
Copy full SHA for 721844c
Browse repository at this point
feat(postgres): implement welcome message and global verification methods
Show description for 8dc8786
MattiaFailla
committed
8dc8786
View commit details
Copy full SHA for 8dc8786
Browse repository at this point
feat(settings): integrate settings handlers into main application
Show description for 62039f9
MattiaFailla
committed
62039f9
View commit details
Copy full SHA for 62039f9
Browse repository at this point
refactor(welcome): update verification flow and improve message handling
Show description for 6882c4c
MattiaFailla
committed
6882c4c
View commit details
Copy full SHA for 6882c4c
Browse repository at this point
feat(moderation): enhance report handling and notification system
Show description for 23b764e
MattiaFailla
committed
23b764e
View commit details
Copy full SHA for 23b764e
Browse repository at this point
feat(schema): add bot_chats and global_bans tables
Show description for f2258f3
MattiaFailla
committed
f2258f3
View commit details
Copy full SHA for f2258f3
Browse repository at this point
feat(moderation): implement global ban and chat registration features
Show description for d4e41db
MattiaFailla
committed
d4e41db
View commit details
Copy full SHA for d4e41db
Browse repository at this point
feat(announce): add announcement handler for bot owner
Show description for 7d24235
MattiaFailla
committed
7d24235
View commit details
Copy full SHA for 7d24235
Browse repository at this point
feat(moderation): add @admin mention handling for admin intervention requests
Show description for 64b4cfb
MattiaFailla
committed
64b4cfb
View commit details
Copy full SHA for 64b4cfb
Browse repository at this point
docs(README): update bot description and setup instructions
Show description for bc2127c
MattiaFailla
committed
bc2127c
View commit details
Copy full SHA for bc2127c
Browse repository at this point
feat(strings): add Italian language support for bot messages
Show description for 0bf4d50
MattiaFailla
committed
0bf4d50
View commit details
Copy full SHA for 0bf4d50
Browse repository at this point
fix(strings): update verification success message for clarity
Show description for cf432d9
MattiaFailla
committed
cf432d9
View commit details
Copy full SHA for cf432d9
Browse repository at this point
feat(ping): add owner-only ping handler for debug checks
Show description for 9aef7c1
MattiaFailla
committed
9aef7c1
View commit details
Copy full SHA for 9aef7c1
Browse repository at this point
You can’t perform that action at this time.