Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fr4ncistaylor/cybot
- Owner: Fr4ncisTaylor
- Created: 2020-03-23T03:08:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T18:04:47.000Z (over 4 years ago)
- Last Synced: 2024-10-11T07:01:25.098Z (about 1 month ago)
- Topics: bot, framework, python, python3, pythonbot, whatsapp, whatsapp-bot, whatsapp-web
- Language: Python
- Homepage:
- Size: 380 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)