Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihciah/tg_channel_bot
Fetch and push to telegram channel/user/group !
https://github.com/ihciah/tg_channel_bot
bot golang telegram tumblr twitter
Last synced: 7 days ago
JSON representation
Fetch and push to telegram channel/user/group !
- Host: GitHub
- URL: https://github.com/ihciah/tg_channel_bot
- Owner: ihciah
- License: gpl-3.0
- Created: 2018-04-13T11:22:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T18:47:50.000Z (over 6 years ago)
- Last Synced: 2024-06-20T02:02:23.057Z (5 months ago)
- Topics: bot, golang, telegram, tumblr, twitter
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 100
- Watchers: 7
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# tg_channel_bot
# [中文详细说明 戳这!](https://github.com/ihciah/tg_channel_bot/wiki)
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
```