Skip to content

Made for fun. My first Discord bot, named after the sarcastic robot from the movie Interstellar

License

Notifications You must be signed in to change notification settings

rodolfo-brandao/tars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TARS

MIT License Python version

Overview

My own Discord bot, named after the sarcastic robot from the movie Interstellar, created to explore movies on the internet, in addition to allowing me to put my knowledge in Python into practice.

Setup

1. Clone the Repository

$ git clone https://github.com/rodolfo-brandao/tars.git

2. Navigate to the Project Folder

$ cd tars

3. Install the Dependencies

This bot requires 2 packages to run:

These can be installed through the requirements.txt file by running the following pip command:

$ pip install -r requirements.txt

4. Run

After installing the packages, simply run the bot with:

$ python3 src/main.py

Commands

The bot command prefix is the character ?

  • ?info
    Lists all bot commands and what they do.

  • ?ping
    Shows the current bot latency in milliseconds.

  • ?search <movie_name> | <imdb_code>
    Searches for movie occurences based on the name or IMDb code.

Disclaimer

I have little knowledge about Python, the intention of creating a project like this was motivated by learning more about the language. So don't expect to find the best organization, patterns or conventions here.

About

Made for fun. My first Discord bot, named after the sarcastic robot from the movie Interstellar

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages