My own Discord bot, named after the sarcastic robot from Interstellar.
$ git clone https://github.com/rodolfo-brandao/tars.git$ cd tarsThe following packages are required in order to run this bot:
These can be installed through requirements.txt file by running:
$ python3 -m pip install -r requirements.txtFinally, just run the bot with:
$ python3 src/main.pyThese are the available commands:
-
?info
Lists all bot commands and what they do. -
?ping
Shows the current bot latency in milliseconds. -
?search <movie_title> | <imdb_code>
Searches for movie occurences (max 10) based on the title or IMDb code.