Skip to content
Snippets Groups Projects
Commit 4377cbe0 authored by Svetlana Tkachenko's avatar Svetlana Tkachenko
Browse files

Minor README changes

parent d31e482a
No related branches found
No related tags found
No related merge requests found
......@@ -5,17 +5,23 @@ The project is in beta.
Features
[admin] Keep a list of bot users and passwords. Bot administrators can send raw commands to server and add other administrators.
[fact] Keep a list of factoids. Everyone can change them. The dictionary is located at ~/.gpy/dict .
[calc] Perform basic calculations on a Reverse Polish Notation Input. Should be enough for most operations needed. The implementation is pretty straightforward and secure; eval() isn't used.
[--makeconf] Keep a configuration file at ~/.guppy/main.cfg . It's created basing on your answers on first run, and you can run gpy-start with the --makeconf switch to edit the current configuration.
[admin] Keep a list of bot users and passwords. Bot administrators can send
raw commands to server and add other administrators.
[fact] Keep a list of factoids. Everyone can change them. The dictionary is
located at ~/.gpy/dict .
[calc] Perform basic calculations on a Reverse Polish Notation Input. Should
be enough for most operations needed. The implementation is pretty
straightforward and secure; eval() isn't used.
[--makeconf] Keep a configuration file at ~/.guppy/main.cfg . It's created
basing on your answers on first run, and you can run gpy-start with the
--makeconf switch to edit the current configuration.
Logs. Keep a log of queries to the bot and any errors encountered.
[web] Perform some web functions
Google translate
Google web search
duckduckgo.com infoboxes search
dns lookup
youtube video information lookup by URL or id
Google translate
Google web search
duckduckgo.com infoboxes search
dns lookup
youtube video information lookup by URL or id
Files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment