Skip to content

jauricchio/dinklebot

 
 

Repository files navigation

dinklebot

Getting started with development

  • Set up a github account
  • Make a directory that you want to use on your computer:
mkdir -p ~/Documents/projects/dinklebot
cd ~/Documents/projects/dinklebot
  • Clone this repository to your computer:
git clone git@github.com:YOUR_GITHUB_USERNAME/dinklebot.git
echo "BUNGIE_API_KEY = YOUR_BUNGIE_API_KEY" > secrets.py

Running from the commandline

  • You can run any command locally as follows:
python dinklebot.py hi
python dinklebot.py item gj

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%