https://github.com/pythad/telegram-vk-bridge
Telegram bot to write messages to VK from Telegram
https://github.com/pythad/telegram-vk-bridge
Last synced: about 1 year ago
JSON representation
Telegram bot to write messages to VK from Telegram
- Host: GitHub
- URL: https://github.com/pythad/telegram-vk-bridge
- Owner: pythad
- Created: 2017-05-25T14:00:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T23:13:52.000Z (about 9 years ago)
- Last Synced: 2025-04-01T06:19:26.255Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegram-vk-bridge
Telegram bot to write messages to VK from Telegram
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development. See deployment for notes on how to deploy the project on a live system.
### Installing
To install the bot copy its repository to your machine
git clone https://github.com/pythad/telegram-vk-bridge.git
Then install requirements for your local virtualenv with
pip install -r requirements.txt
Set environment variables with:
export TELEGRAM_TOKEN="YOUR_TELEGRAM_TOKEN"
export VK_USERNAME="YOUR_VK_USERNAME"
export VK_PASSWORD="YOUR_VK_PASSWORD"
export VK_RECIPIENT=VK_RECIPIENT_ID
Now you can run the bot with `python main.py`
## Deployment
The project is production ready. Feel free to check [this article](https://askubuntu.com/questions/396654/how-to-run-the-python-program-in-the-background-in-ubuntu-machine) in order to learn how to run bot in the background
## Built With
* [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) - Telegram API wrapper for Python
* [vk_api](https://github.com/python273/vk_api) - VK API wrapper for Python
## Authors
* **Vlad Ovchynnykov** - *Initial work* - [pythad](https://github.com/pythad)