Skip to content

haloivan/instapy-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instapy-telegram

This project is my learning project with telegram bot using python language.

License: GPL v3 built with Python3

How to run instapy-telegram in ubuntu 16.04 LTS or Higher version

You must install InstaPy project on your ubuntu server/pc

Click Here for The Tutorial

Tutorial Install

Please Follow This Step!!! for installing instapy-telegram project

$ pip install --upgrade pip
$ pip install python-telegram-bot
$ usersys=$(whoami)
$ cd /$usersys/InstaPy
$ git clone https://github.com/haloivan/instapy-telegram.git
$ chmod +x /$usersys/InstaPy/instapy-telegram/setup.sh
$ ./setup.sh

Setting

  • open and edit file instapytelegram.py (in InstaPy Folder)
  • find this code and change all "x" with your favorite hashtag (without #)
tag_1 = ['x', 'x', 'x', 'x', 'x']
tag_2 = ['x', 'x', 'x', 'x', 'x']
tag_3 = ['x', 'x', 'x', 'x', 'x']
tag_4 = ['x', 'x', 'x', 'x', 'x']
  • save

Run

In InstaPy Folder

$ python instapytelegram.py

Or you can use nohup for no kill the process if you leave or close your server (just for server not recomended for PC)

Feature

Command Parameters Description
/start Start the bot
/help get help
/feed amount > 0 Liking your feed with certain number of likes
/tag auto amount > 0 Liking hashtag with hashtag Setting
your_hashtag amount >0 Like your specific hastag

Noted

Every updating this repo, please do the last step in Tutorial Install this project, for work properly.

Have issue with this project? come write here. I will help you as much as possible.

Always check upcoming new features here.

About

This project is my learning project with telegram bot using python language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors