An open API service indexing awesome lists of open source software.

https://github.com/leye195/telegram-coin-channel-crawler

Telegram 거래소 공지방 메시지 Crawler
https://github.com/leye195/telegram-coin-channel-crawler

Last synced: 3 months ago
JSON representation

Telegram 거래소 공지방 메시지 Crawler

Awesome Lists containing this project

README

        

# Telegram 거래소 공지방 그룹 메시지 Crawler

- python, telethon 활용

## 설정

- api_id 와 an api_hash는 https://my.telegram.org/ 의 API development tools 에서 발급 받으시면 됩니다.

```
root에 config.ini 파일 생성, 아래와 같이 입력

[Telegram]
# no need for quotes
api_id = ""
api_hash = ""
phone = "" //telegram에서 사용하는 번호
username = "" //telegram 계정 username

```

## 패키지 설치

```
pip3 install -r requirements.txt
```

## 실행

```
python3 run.py
```

## 참고

- https://medium.com/better-programming/how-to-get-data-from-telegram-82af55268a4b
- https://docs.telethon.dev/en/latest/