Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakkemomo/twalker
Twalker is a library that gathers information from big influencers.
https://github.com/jakkemomo/twalker
Last synced: 3 months ago
JSON representation
Twalker is a library that gathers information from big influencers.
- Host: GitHub
- URL: https://github.com/jakkemomo/twalker
- Owner: jakkemomo
- Created: 2022-02-03T20:35:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T08:50:16.000Z (12 months ago)
- Last Synced: 2024-06-27T14:30:56.630Z (5 months ago)
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *Twalker*
#### Twalker is a library that gathers information from big influencers.
#### Right now it uses Twitter API to collect tweets of added influencer accounts and tweets of people that have more than 500.000 followers that communicate with the influencer.##### Basic flow to start Twalker:
- Add environment variables:
* TELEGRAM_BOT_TOKEN (Main token for telegram bot)
* TWITTER_TOKEN (Bearer token for your app: get at the https://developer.twitter.com/)
* TELEGRAM_CHAT_ID (ID of the chat where bot should send notifications)
- Run main.py
- Add influencer account name from selected source of information (e.g. elonmusk)
- Type "Start" to initiate stalking
##### At this point program will start stalking the influencer: each new message connected to this person will be sent to Telegram Channel.
![img.png](img.png)##### Task list:
- [x] Add Twitter source
- [x] Add Telegram notifier
- [ ] Add Telegram source
- [ ] Add Instagram source