Skip to content

PhiloLearn/BatName_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BatName Bot

This is a robot for creating texts in the form of the Batman 2020 logo

This is a training project for the PhiloLearn YouTube channel.

cover

To run this program, you must first create the ‍‍.env file in src and copy your token in it.

TOKEN = 'your-token'

Here you are one step away from starting the robot Just install the program dependencies completely. All the important dependencies of the program are in the requirements.txt file and you can install all the dependencies together with the following command.

$ pip install -r requirements.txt

You can now go to the src folder and run the bot by running the following command.

$ python main.python

My suggestion is to create a virtual environment first before installing the dependencies and then step in to install the dependencies.

Releases

No releases published

Packages

No packages published

Languages