All Projects → ihciah → tg_channel_bot

ihciah / tg_channel_bot

Licence: GPL-3.0 license
Fetch and push to telegram channel/user/group !

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to tg channel bot

Socialcounters
jQuery/PHP - Collection of Social Media APIs that display number of your social media fans. Facebook Likes, Twitter Followers, Instagram Followers, YouTube Subscribers, etc..
Stars: ✭ 104 (+9.47%)
Mutual labels:  tumblr
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+17130.53%)
Mutual labels:  tumblr
finduntaggedtumblrposts.com
A site for finding untagged Tumblr posts
Stars: ✭ 24 (-74.74%)
Mutual labels:  tumblr
Yuki
❄️ Responsive masonry style theme for Tumblr.
Stars: ✭ 134 (+41.05%)
Mutual labels:  tumblr
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+2792.63%)
Mutual labels:  tumblr
Awesome crawl
腾讯新闻、知乎话题、微博粉丝,Tumblr爬虫、斗鱼弹幕、妹子图爬虫、分布式设计等
Stars: ✭ 246 (+158.95%)
Mutual labels:  tumblr
Tumblr backup
A Python script for saving your Tumblr blog to your hard drive as HTML or CSV.
Stars: ✭ 80 (-15.79%)
Mutual labels:  tumblr
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+20180%)
Mutual labels:  tumblr
Tumblthree
A Tumblr Backup Application
Stars: ✭ 211 (+122.11%)
Mutual labels:  tumblr
tumblr-likes
Command-line program that downloads liked posts from Tumblr.
Stars: ✭ 37 (-61.05%)
Mutual labels:  tumblr
Mastodon Bot
a bot for mirroring Twitter/Tumblr accounts and RSS feeds on Mastodon
Stars: ✭ 158 (+66.32%)
Mutual labels:  tumblr
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (+116.84%)
Mutual labels:  tumblr
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (-66.32%)
Mutual labels:  tumblr
Python Tumblpy
A Python Library to interface with Tumblr v2 REST API & OAuth
Stars: ✭ 126 (+32.63%)
Mutual labels:  tumblr
Loglr
A project to enable 'Login using Tumblr' a breeze.
Stars: ✭ 18 (-81.05%)
Mutual labels:  tumblr
Tumblr crawler
tumblr解析网站
Stars: ✭ 83 (-12.63%)
Mutual labels:  tumblr
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (+152.63%)
Mutual labels:  tumblr
crawler
爬取tumblr关注博主图片
Stars: ✭ 28 (-70.53%)
Mutual labels:  tumblr
tumblr-to-ghost
Tumblr exporter to Ghost importer
Stars: ✭ 26 (-72.63%)
Mutual labels:  tumblr
trans girls rule the world
Code for transgirlsruletheworld.tumblr.com
Stars: ✭ 11 (-88.42%)
Mutual labels:  tumblr

tg_channel_bot

中文详细说明 戳这!

A telegram bot designed for syncing text/image/video from given sites to telegram channel/user/group.

自动推送指定网站的被关注用户的消息(文字、图片、视频)至 Telegram 频道、用户、群组!

You can run the program through ./tg_channel_bot -c config.json. Check config_example.json for example of config.json.

Tips for users in China Mainland to set socks proxy:

  • Linux:
export http_proxy=https://127.0.0.1:1080
export https_proxy=https://127.0.0.1:1080
  • Windows:
set http_proxy=https://127.0.0.1:1080
set https_proxy=https://127.0.0.1:1080
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].