Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
34634ffa
Commit
34634ffa
authored
Sep 05, 2015
by
MBoretto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into hotfix
synk hotfix to master
parents
2b0d4ee1
3be45232
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
6 deletions
+22
-6
CREDITS
CREDITS
+18
-0
README.md
README.md
+4
-6
No files found.
CREDITS
0 → 100644
View file @
34634ffa
This is at least a partial credits-file of people that have
contributed to the current project. It is sorted by name and
formatted to allow easy grepping and beautification by
scripts. The fields are: name (N), email (E), web-address
(W) and description (D).
Thanks,
Avtandil Kikabidze
----------
N: Avtandil Kikabidze aka LONGMAN
E: akalongman@gmail.com
W: http://longman.ge
D: Project owner, Maintainer
N: Marco Boretto
E: marco.bore@gmail.com
D: Maintainer and Collaborator
README.md
View file @
34634ffa
...
@@ -179,7 +179,7 @@ $telegram->addCommandsPath($COMMANDS_FOLDER);
...
@@ -179,7 +179,7 @@ $telegram->addCommandsPath($COMMANDS_FOLDER);
```
```
##Admin Commands (new!)
##Admin Commands (new!)
Enabling this feature, the admin bot can perform some super user command like send message to all.
Enabling this feature, the admin bot can perform some super user command like send message to all.
You can specify one or more admin with this option:
You can specify one or more admin with this option:
```
php
```
php
...
@@ -187,7 +187,7 @@ $telegram->enableAdmins(array('TelegramUserID','Othersid'));
...
@@ -187,7 +187,7 @@ $telegram->enableAdmins(array('TelegramUserID','Othersid'));
```
```
Telegram user id can be retrieved with the command /whoami.
Telegram user id can be retrieved with the command /whoami.
Admin commands are stored in src/Admin/ folder.
Admin commands are stored in src/Admin/ folder.
To know all the commands avaiable type /help.
To know all the commands avaiable type /help.
##Send message to all active chats
##Send message to all active chats
To do this you have to enable the mysql connection.
To do this you have to enable the mysql connection.
...
@@ -214,7 +214,7 @@ $telegram->setLogPath($BOT_NAME.'.log');
...
@@ -214,7 +214,7 @@ $telegram->setLogPath($BOT_NAME.'.log');
```
```
This code is available on
[
Github
]
[
0
]
. Pull requests are welcome.
This code is available on
[
Github
]
(
https://github.com/akalongman/php-telegram-bot
)
. Pull requests are welcome.
##Troubleshooting
##Troubleshooting
...
@@ -229,7 +229,5 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
...
@@ -229,7 +229,5 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
## Credits
## Credits
Cre
ated by
[
Avtandil Kikabidze
][
1
]
.
Cre
dit list in
[
CREDITS
](
CREDITS
)
[
0
]:
https://github.com/akalongman/php-telegram-bot
[
1
]:
mailto:akalongman@gmail.com
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment