Skip to content

TheoM-e/Satoshi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Satoshi ~ DiscordCryptoBot

πŸ“Š Satoshi is a simple python discord bot using discord.py that allow you to track your favorites cryptos prices with your own bot. It doesn't need any skills, anyone can use, you only have to edit json files.

How to use ?

πŸ”Ή After installing Python 3.x:

  • You'll need to clone the Github repository:
  git clone https://github.com/TheoMesse/Satoshi-DiscordCryptoBot.git
  • Then go in the directory and type:
  pip install -r requirements.txt
  • Then you'll have to copy your discord bot token and paste it in:
  keys/discord_token.key
  • Open the settings/settings.json file:

    • In '"status_type": ' you have to enter the status type you want: "playing" or "watching" or "listening" or "streaming",`\
    • In '"status": ' you can enter whatever you want, it's the status that'll be displayed,
    • In '"channel_id": ' you must enter the id of the channel where you want to track prices, for that you have to enable discord devmod and right-click on the channel then "Copy ID",
    • Finaly, in '"interval": ' you have to choose the delay in minutes you want for your bot to send prices. /!\ IMPORTANT: '"channel_id": ' & '"interval": ' must be in int, not str so you dont have to put "" around the value of these ones.
  • To choose which crypto you want to track, open the ./settings/tokens.json then you can add / remove cryptos by following the default template

  • Then you'll have to run the bot:

    • Windows:
    python bot.py
    • Linux:
    python3 bot.py

πŸ‘΄ Authors

About

πŸš€πŸ“Š Satoshi is a discord bot template in python using discord.py that allow you to track some live crypto prices with your own discord bot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages