All Projects → botwiki → Botwiki.org

botwiki / Botwiki.org

Licence: other
Tutorials, articles, datasets and other resources for creating useful, interesting, artistic and friendly online bots.

Projects that are alternatives of or similar to Botwiki.org

Icevision
End-to-End Object Detection Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come
Stars: ✭ 218 (+202.78%)
Mutual labels:  ai, tutorials
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (+381.94%)
Mutual labels:  ai, bots
Goodneighbor
Twitter AI Platform
Stars: ✭ 88 (+22.22%)
Mutual labels:  twitter-api, ai
Delbot
It understands your voice commands, searches news and knowledge sources, and summarizes and reads out content to you.
Stars: ✭ 191 (+165.28%)
Mutual labels:  ai, bots
Gold Miner
🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
Stars: ✭ 29,872 (+41388.89%)
Mutual labels:  ai, tutorials
100daysofcode
#100DaysOfCode - Learn by developing 100 unique apps to explore exciting tech stacks
Stars: ✭ 196 (+172.22%)
Mutual labels:  ai, opensource
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-70.83%)
Mutual labels:  bots, twitter-api
Rivescript Python
A RiveScript interpreter for Python. RiveScript is a scripting language for chatterbots.
Stars: ✭ 142 (+97.22%)
Mutual labels:  ai, bots
Construct
JavaScript Digital Organisms simulator
Stars: ✭ 17 (-76.39%)
Mutual labels:  ai, opensource
Machine learning tutorials
Code, exercises and tutorials of my personal blog ! 📝
Stars: ✭ 601 (+734.72%)
Mutual labels:  ai, tutorials
Tock
Tock - the open source conversational AI toolkit
Stars: ✭ 175 (+143.06%)
Mutual labels:  ai, opensource
Slack Ruby Bot
The easiest way to write a Slack bot in Ruby.
Stars: ✭ 1,066 (+1380.56%)
Mutual labels:  bots, slackbot
Eddi
Scalable Open Source Chatbot Platform. Build multiple Chatbots with NLP, Behavior Rules, API Connector, Templating. Developed in Java, provided with Docker, orchestrated with Kubernetes or Openshift.
Stars: ✭ 171 (+137.5%)
Mutual labels:  ai, bots
Maratona Bots
Maratona Bots é um curso de capacitação para desenvolvimento de Bots, utilizando APIs e outros serviços de Inteligência Artificial, feito pela comunidade em parceria com a Microsoft.
Stars: ✭ 198 (+175%)
Mutual labels:  ai, bots
Eiten
Statistical and Algorithmic Investing Strategies for Everyone
Stars: ✭ 2,197 (+2951.39%)
Mutual labels:  ai, opensource
StockerBot
Twitter Bot to follow financial trends in publicly traded companies
Stars: ✭ 77 (+6.94%)
Mutual labels:  bots, twitter-api
Botacspro Bot Auto checkout Flashsale Shopee Promo
Bot Auto Checkout Flashsale Shopee Promo (Botacs Pro)
Stars: ✭ 107 (+48.61%)
Mutual labels:  ai, bots
Botonomous
A PHP Framework For Creating Autonomous Slack Bots
Stars: ✭ 109 (+51.39%)
Mutual labels:  ai, slackbot
Rivescript Js
A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots.
Stars: ✭ 350 (+386.11%)
Mutual labels:  ai, bots
Bot Context
Easy, powerful, functional way to maintain conversational context in chat bots.
Stars: ✭ 44 (-38.89%)
Mutual labels:  ai, bots

This repo is now an archive of the original Botwiki theme for Pico CMS. For the WordPress theme used by the new website see botwiki/botwiki-wp-theme.

Build Status

Botwiki

Note: All members of the Botwiki.org team and contributors must read, understand and follow our official Code of Conduct.

Note: If you want to join the official Botwiki.org and/or Botmakers.org team, read this.

Note: We're looking for volunteer translators!

About

Botwiki.org is an open-source collection of tutorials, articles, datasets and other resources for creating useful, interesting, artistic and friendly online bots -- smart software agents that do fun or useful stuff -- for Twitter, Slack, IRC and other online networks.

Botwiki.org also lets you browse these bots by various categories, such as:

and more.

Contributing to Botwiki

Botwiki is powered by Pico (official documentation), which is a very simple CMS running on PHP. It uses the Twig templating language. The content of the site is created with Markdown.

There are a few ways you can contribute to Botwiki.

Reporting issues

If you see an error on any of the pages, you can open a new issue where you describe the problem and if you know, you can also suggest a solution.

Adding a new bot

To add a new bot, you have a few options.

The easiest way is to use the submission form at botwiki.org/submit-your-bot. After filling out the information, your bot will be added to the queue for manual review.

Another option is to send a pull request to this repo.

Things you will need to install and be/get familiar with:

The above will be fine if you want to use a site like dillinger.io to preview your updates. You can use this site to see if your Markdown text looks okay, check if links are working -- but you won't be able to see images.

So, start by cloning the repo:

git clone [email protected]:botwiki/botwiki.org.git

All the content is inside the content folder. Let's see how we'd go about adding a new Twitter bot called "my_new_bot"

The structure of the file is very simple, here's an example from the Twitter bot that posts about holidays for each day.

/*
Title: @holidaybot4000
Description: Every day IS a holiday
Author: Stefan Bohacek
Date: July 21, 2015
Tags: twitter,twitterbot,active,node.js,nodejs,node,holidays,images,flags,useful,fourtonfish

Nav: hidden
Robots: index,follow
*/

[![](/content/bots/twitterbots/images/holidaybot4000.png)](https://twitter.com/holidaybot4000)

[@holidaybot4000](https://twitter.com/holidaybot4000) is a Twitter bot that tweets holidays around the world for the given day, typically together with an image of the country's flag. It was created by [@fourtonfish](https://twitter.com/fourtonfish).

The Title should be the name of the bot. I include the "@" for bots on Twitter. The Description should be short and it shows up on the search page or when you browse the content of the site by tags.

The Author should be your name (or Twitter handle, or your stage name), as the author of the page. (Although, I don't think this shows up anywhere right now.)

Date will be today's date. It should also be updated in case you're doing a major change to an existing page.

I recommend as many useful tags as possible. You can browse the website or open some of the files to see what some common tags are, but be sure to include whether the bot is active or inactive, some basic keywords, for example images if the bot posts or handles images in any way, and if the bot has publicly available source code, be sure to include the open source and opensource tags. (This is necessary due to the limitations of the search feature.)

You can keep the Nav and Robots values as they are. Nav: hidden just means that the bot won't show up in the main navigation, like the About, Bots, Tutorials, etc pages.

Now, you will also need to go to your bot's page and take a screenshot that shows how the bot works. There is no set requirement for the height, since every bot may need different amount of space to show what it does, but the width should be 900px.

The screenshot must be in the .png format and also needs to match the name of the bot used for the page Title. If you have spaces in your Title, change them to _ in the image file name.

The screenshot itself should be in the images folder inside the folder where you added your bot. I also recommend downloading a program like ImageOptim (OSX) or Trimage (Linux, Windows, OSX) to optimize the size of the image.

You can then use dillinger.io to check if the content of your .md file renders correctly. If everything looks good, go ahead and open a pull request so that your updates can be reviewed and merged.

Adding a new bot with Botwiki running on your computer

If you prefer to run the site on your computer, you will also need:

After cloning the project:

cd botwiki.org
curl -sS https://getcomposer.org/installer | php
php composer.phar install

Make sure everything installs correctly, otherwise you will see an error that looks like this:

Class 'ParsedownExtra' not found in /home/stefan/Desktop/Untitled Folder/botwiki.org/lib/pico.php on line 152

To run the site on our local machine:

php -S localhost:5000

Tip: You can also create an alias for this command, so that you can execute it in an easier way.

Just type nano ~/.bash_profile in your command line, then add the line below:

alias phpserver='php -S localhost:5000'

Hit ctrl + X to close the document, save it. Finally, run source ~/.bash_profile. Now you can just open the botwiki.org folder and run phpserver in your terminal.

How neat is that!

Note: The port number, which is 5000 here, can be pretty much any number.

Then, we will go to the content/bots/twitterbots folder. We can make a copy of one of the files and rename it to my_new_bot.md.

Once you're done, you will be able to go to localhost:5000/bots/twitterbots/my_new_bot and see your newly added bot.

Updating the website's style

If you want to mess with the look of the site, you will need to also install node (which comes with npm).

Then, from the root directory, you can run:

npm install

First run the site as above:

php -S localhost:5000

And then (in a new terminal window) run the gulp tasks, simply with:

npm start

or if you have gulp installed globally:

gulp

The site will be available with live-reloading at http://localhost:3000.

If you for some reason get an error about a node package missing, just install it with

npm install NAME_OF_THE_PACKAGE --save-dev

Contributing without GitHub

If you'd like to contribute outside of GitHub, you can send an email to [email protected]. Simply copy the content of this file and replace it with relevant information.

If you have any questions, feel free to reach out to me using the email above or on Twitter.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].