Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobistudio/social_bot
https://github.com/tobistudio/social_bot
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobistudio/social_bot
- Owner: tobistudio
- License: mit
- Created: 2023-12-04T20:52:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T07:15:34.000Z (8 months ago)
- Last Synced: 2024-10-30T07:06:45.358Z (about 2 months ago)
- Language: Python
- Size: 33.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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