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
- Host: GitHub
- URL: https://github.com/leye195/telegram-coin-channel-crawler
- Owner: leye195
- Created: 2020-08-07T13:28:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T16:16:16.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T23:31:27.875Z (4 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/