Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kourva/inlinepost
Simple Telegram bot to add inline keyboard to message, and send it to channel!!
https://github.com/kourva/inlinepost
bash pytelegrambotapi python3 telegram-bot virtualenv
Last synced: 9 days ago
JSON representation
Simple Telegram bot to add inline keyboard to message, and send it to channel!!
- Host: GitHub
- URL: https://github.com/kourva/inlinepost
- Owner: Kourva
- License: mit
- Created: 2024-05-29T01:26:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T16:49:05.000Z (3 months ago)
- Last Synced: 2024-10-31T11:36:42.023Z (16 days ago)
- Topics: bash, pytelegrambotapi, python3, telegram-bot, virtualenv
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
(( InlinePost ))
Simple Telegram bot to add inline keyboard to message, and send it to channel
#Telegram - #Telebot - #inlinePost - #Python
# Installation
1. **Install requirements for running bot**:
1. Python
2. Git
3. Pip
4. Virtualenv2. **Clone repository and run installer**:
```bash
git clone https://github.com/Kourva/InlinePost && cd InlinePost && chmod +x installer.sh
```
> This will clone repository, navigate to source's directory, and give execution permission to installer3. **Install required stuff using `./installer.sh`**:
```bash
Welcome to InlinePost installer
1) Make virtualenv
2) Install requirements
3) Install bot commands
Choose an option:
```
> Note: You need to choose 1st option and install virtualenv before installing requirements!4. **Edit configuration file**:
```json
{
"token": "xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", // Your bot token
"channel": "@username" // Your channel's username
}
```
> Open `config.json` and add required stuff6. **Run the bot and enjoy**:
```bash
python main.py
```
> Use proxychians to bypass filtering in some countries!
# Previews