bananaBread is a Python library for managing a Social Media Bot.
This project is under active development.
Currently supported modules are
- media_getter
- landmark_detector
- captcha_tester (to be used before any feature if needed.)
-
This program is written in order to be usable for any conceivable social media platform, however only the wrapper for Discord is currently written and ready to go.
-
To be able to use this program, refer to link for step by step configuration of your own discord bot. Add the bot to one of your servers, add the private token for your bot inside your .env file as shown in .env.example. Finally run go_bananas_discord.py
-
In order to use !detectLandmark bot command and not get an auth error from google servers, upon running the bot, you need to have your own Google Cloud account which should be authenticated as a service account. After this process the json file provided by the google should be moved to src/features/landmark_detector directory and named as follows: user_credentials.json. For more information refer to link.