Skip to content

ccrisc/Stackoverflow-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

StackOverBot

A discord bot to search Stack Overflow questions written in Python.

Preview

Click the ⏭ to show the next question !

Built With / Interact with

  • Py
  • Docker
  • stack
  • discord

Usage

Perform comunication with the discord API with : Pycord

Bot token can be stored in separated .env file in a env folder at the root of the repository

Docker 🐋

Build image using :

$    docker build -t stackoverbot .

Run container using :

$   docker run \
    -d --restart unless-stopped \
    -e DISCORD_TOKEN="your_token" \
    -e DISCORD_DEBUG_GUILD="guild_debug_id" \
    --name container_name \
    stackoverbot

DISCORD_DEBUG_GUILD is not mandatory (This is to update the bot only in the specified server, avoiding to wait for change propagation)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "improvement". Don't forget to give the project a star! Thanks again!

License

Distributed under DBAD. See LICENSE for more information.

About

A discord bot to search Stack Overflow questions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published