scp-079-pm
scp-079-pm copied to clipboard
Everyone can have their own private chat bot
SCP-079-PM
Everyone can have their own Telegram private chat bot.
This project provides python code of a Telegram private chat forwarding bot.
How to use
- See this article to build a bot by yourself
- README of the SCP-079 Project
- Discuss group
Requirements
- Python 3.6 or higher
- pip:
pip install -r requirements.txtorpip install -U APScheduler pyAesCrypt pyrogram[fast]
Files
- plugins
- functions
channel.py: Functions about channeldeliver.py: I am a delivery boyetc.py: Miscellaneousfile.py: Save filesfilters.py: Some filtersids.py: Modify id listsreceive.py: Receive data from exchange channeltelegram.py: Some telegram functionstimers.py: Timer functionsuser.py: Functions about user
- handlers
callback.py: Handle callbackscommand.py: Handle commandsmessage.py: Handle messages
glovar.py: Global variables
- functions
.gitignore: Ignoreconfig.ini.example->config.ini: ConfigurationLICENSE: GPLv3main.py: Start hereREADME.md: This filerequirements.txt: Managed by pip
Contribute
Welcome to make this project even better. You can submit merge requests, or report issues.
License
Licensed under the terms of the GNU General Public License v3.