This bot is used to send tips.
sudo apt update && sudo apt install opencc pybind11-dev -ysudo apt install build-essential git python3-dev -ygit clone https://github.com/google/re2.git ~/re2cd ~/re2makemake testsudo make installmake testinstallsudo ldconfigpip install -r requirements.txtconfig.ini -> ../data/config/config.ini : Configuration examplejoin.txt -> ../data/config/join.txt : Join template examplestart.txt -> ../data/config/start.txt : Start template examplechannel.py : Functions about channelcommand.py : Functions about commandconfig.py : Functions about group settingsdecorators.py : Some decoratorsetc.py : Miscellaneousfile.py : Save filesfilters.py : Some filtersgroup.py : Functions about groupids.py : Modify id listsmarkup.py : Get reply markupprogram.py : Functions about programreceive.py : Receive data from exchange channeltelegram.py : Some telegram functionstimers.py : Timer functionstip.py : Functions about tipsuser.py : Functions about user and channel objectcallback.py : Handle callbackscommand.py : Handle commandsmessage.py: Handle messageschecker.py : Check the format of config.iniglovar.py : Global variablesstart.py : Execute before client startversion.py : Execute before main script start.gitignore : IgnoreDockerfile : Assemble the docker imageLICENSE : GPLv3main.py : Start hereREADME.md : This filerequirements.txt : Managed by pipContributions are always welcome, whether it's modifying source code to add new features or bug fixes, documenting new file formats or simply editing some grammar.
You can also join the discuss group if you are unsure of anything.
Licensed under the terms of the GNU General Public License v3.
Content type
Image
Digest
Size
58.9 MB
Last updated
over 5 years ago
docker pull scp079/scp-079-tip