This is a basic bot template for bojanSocial containing basic API methods and Stream API integration via the requests module
This is NOT a full SDK for Python, that will be coming soon along side JavaScript although feel free to make one yourself if you are desperate. It contains basic methods to communicate with bojanSocial's API. Full documentation will be coming out soon.
Although however you can still make some meaningfull applications with this template. feel free to update.
Create a bot via bojanSocial's Bot portal and grab the token
cp ./config.example.json ./config.json
# put token in config.json
poetry install
poetry run bojanexamplebotHave fun!