Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fr4ncistaylor/cybot

Framework to Whatsapp web, Instagram, Messenger and Telegram bot with use python 3.
https://github.com/fr4ncistaylor/cybot

bot framework python python3 pythonbot whatsapp whatsapp-bot whatsapp-web

Last synced: about 1 month ago
JSON representation

Framework to Whatsapp web, Instagram, Messenger and Telegram bot with use python 3.

Awesome Lists containing this project

README

        

```
______ ______ ___ _____
/ ___\ \ / / __ ) / _ \_ _|
| | \ V /| _ \| | | || | By Francis Taylor.
| |___ | | | |_) | |_| || | VS. 0.0.1
\____| |_| |____/ \___/ |_|
```
[![PyPI](https://img.shields.io/badge/python-3.6-blue.svg)]() [![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()

* * *

Framework to Whatsapp web, Instagram, Messenger and Telegram bot with use python 3.

## first steps...

### Pypi
* Install Cybot: ```pip3 install Cybot```

* Download ChromeDriver [HERE](https://chromedriver.chromium.org/downloadshttps://chromedriver.chromium.org/downloads).
- Unzip ChromeDriver and copy your path.
----
## Git clone
* Clone the repository `git clone https://github.com/francis-taylor/Cybot`
* Enter `cd Cybot`
* Run `sudo -H pip3 install -r requirements.txt`

* * *
## How to use Cybot Framework

* [Instagram](https://github.com/francis-taylor/Cybot/blob/master/example/Instagram.py)

* [Telegram](https://github.com/francis-taylor/Cybot/blob/master/example/Telegram.py)

* [Whatsapp](https://github.com/francis-taylor/Cybot/blob/master/example/whatsapp.py)

* [Messenger]()

* * *
* [Another examples](https://github.com/francis-taylor/Cybot/blob/master/exemplo/README.md)
* [Avaliable methods](https://github.com/francis-taylor/Cybot/blob/master/exemplo/README.md)
* * *
## Thanks

* [WebWhatsApi](https://webwhatsapi.readthedocs.io/en/)
* [Instagram-python-api](https://github.com/mgp25/Instagram-API)