BotBox is an open-source app designed for exploring various AI chatbots and staying updated with the latest articles related to AI. It provides a collection of AI chatbots, including ChatGPT and Google Bard, and a curated list of articles in the AI field. The app encourages community participation, allowing users to contribute to the bots' data and the articles feed.
- Explore and interact with AI chatbots like ChatGPT, Google Bard, and more.
- Stay up to date with the latest articles on AI from various sources.
- Open-source project where users can contribute to the bots' data and the articles feed.
Clone/Fork the repository:
git clone https://github.com/Ziqx/botbox.gitWe welcome contributions from the community to enhance the app and keep it up to date. To contribute, please follow these guidelines:
- Bot data is stored in the
data.jsonfile. - To add a new bot, open
data.jsonand follow the existing format:
{
"name": "Bot Name",
"icon": "bot-icon.png",
"link": "https://bot-website.com"
}- Place the bot icon in the
/iconsfolder. - Submit a pull request with your changes.
- Feeds data is stored in the
feeds/data.jsonfile. - To add a new article to the feed, open
feeds/data.jsonand follow the existing format:
{
"title": "Article Title",
"author": "Author Name",
"link": "https://article-link.com",
"thumb": "https://link-to-thumbnail.com/thumb.jpg",
"category": "Machine Learning"
}- Submit a pull request with your changes.
This project is licensed under the MIT License.
If you have any questions or suggestions regarding BotBox, feel free to contact us at fathah@ziqx.in.
