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: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T18:04:47.000Z (about 5 years ago)
- Last Synced: 2025-01-31T22:51:15.226Z (4 months ago)
- Topics: bot, framework, python, python3, pythonbot, whatsapp, whatsapp-bot, whatsapp-web
- Language: Python
- Homepage:
- Size: 380 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
______ ______ ___ _____
/ ___\ \ / / __ ) / _ \_ _|
| | \ V /| _ \| | | || | By Francis Taylor.
| |___ | | | |_) | |_| || | VS. 0.0.1
\____| |_| |____/ \___/ |_|
```
[]() []()* * *
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)