Skip to content

Norse-IoT/niotbot

Repository files navigation

noitbot

Norse IoT Discord Bot - Posts to social media

Warning

Anyone who is able to add this bot to their server will be able to control our social media.

It is currently a "private" bot for this reason.

join link

Use this link format to add it to a server:

https://discordapp.com/oauth2/authorize?client_id={APPLICATION_ID}&scope=bot&permissions=1689384584739904

Development

Getting started with python packages

cd PATH_TO_THIS_REPO
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run with docker

touch niotbot.log niotbot.db
systemctl enable docker
docker compose up -d

run application

python3 main.py

.env file

This program requires credentials stored as environment variables to function.

I recommend a .env file in the project folder with the following values:

DISCORD_TOKEN=
INSTAGRAM_USERNAME=
INSTAGRAM_PASSWORD=

About

Norse IoT Discord Bot - Posts to social media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published