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
3796eafc
Commit
3796eafc
authored
Sep 03, 2015
by
LONGMAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added credits list
parent
85b16d60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
6 deletions
+22
-6
CREDITS.md
CREDITS.md
+18
-0
README.md
README.md
+4
-6
No files found.
CREDITS.md
0 → 100644
View file @
3796eafc
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 @
3796eafc
...
...
@@ -179,7 +179,7 @@ $telegram->addCommandsPath($COMMANDS_FOLDER);
```
##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:
```
php
...
...
@@ -187,7 +187,7 @@ $telegram->enableAdmins(array('TelegramUserID','Othersid'));
```
Telegram user id can be retrieved with the command /whoami.
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
To do this you have to enable the mysql connection.
...
...
@@ -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
...
...
@@ -229,7 +229,5 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
## Credits
Cre
ated by
[
Avtandil Kikabidze
][
1
]
.
Cre
dit list in
[
CREDITS.md
](
CREDITS.md
)
[
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