Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tobistudio/social_bot


https://github.com/tobistudio/social_bot

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

SOCIAL-BOT

A simple python social media video downloader bot.

### Available downloaders
- [X] FACEBOOK
- [X] INSTAGRAM
- [X] TWITTER
- [X] YOUTUBE
- [X] TERABOX

### Install
1. Clone this repo.
````
git clone https://github.com/dawnsee0823/social_Bot && cp -r social-bot/. . && rm -rf social-bot
````
2. Install all requirements.
````
pip install -r requirements.txt
````
---

### Config .env
- `TELEGRAM_BOT_TOKEN`: The Telegram Bot Token that you got from [@BotFather](https://t.me/BotFather).
- `API_KEY`: The apikey that you got from [anbusec.xyz](https://anbusec.xyz).

````
TELEGRAM_BOT_TOKEN=YOUR_TELEGRAM_BOT_KEY
API_KEY=YOUR_API_KEY
````

### Run Project
````
python bot.py
````
---
### Run on replit

**Go to secret and edit telegram bot key and apikey. Then run project.**

---

## Tutorial