You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

rsshub-twitter-reader

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsshub-twitter-reader

Este projeto permite a leitura de tweets via RSS utilizando o RSSHub

0.1.4
pipPyPI
Maintainers
1

RSSHub Twitter Reader

Este projeto permite a leitura de tweets via RSS utilizando o RSSHub.

Funcionalidades

  • Captura tweets de um usuário do X (antigo Twitter) via RSSHub.
  • Remove caracteres especiais.
  • Calcula um hash MD5 do título para evitar tweets duplicados (coluna: md5_hash_tweet)
  • Filtra tweets com base em palavras-chave fornecidas.
  • Obtém informações do canal, incluindo nome, descrição, link e última atualização.

Instalação

pip install rsshub-twitter-reader

Como Usar

from rsshub_twitter_reader import RSSHubTwitterReader

rss_reader = RSSHubTwitterReader('einvestidor')
tweets = rss_reader.fetch_rss()
print(tweets)

# Filtrar tweets com palavras-chave
filtered_tweets = rss_reader.filter(['MRVE3', 'VBBR3'])
print(filtered_tweets)

# Obter informações do canal
channel_info = rss_reader.get_info()
print(channel_info)

Dependências

  • requests
  • pandas
  • lxml

📜 License

This project is licensed under the MIT License.

🌟 Feel free to contribute and improve this project!

Final Notes

This project was developed as an educational tool. Feel free to use!

Thank You for Your Support! 🌟

We hope you find our services helpful and enjoyable! If you feel like showing some extra appreciation, why not buy us a coffee?

🍵 Your support not only energizes our team but also helps us keep improving what we do.

To make a small contribution, you can send us a coffee's worth of USDT or Brazilian Instant Payment (PIX) to our QR code. Every coffee counts and keeps us brewing more ideas!

Here's how you can send a USDT coffee

Coffee QR Code

or send USDT to address:

0x3db4d1dd10b60c278f27bd1b2e2bd888d0f99f85
  • Scan the QR Code: Open your crypto wallet and scan our USDT QR code.
  • Enter the amount: The cost of a coffee - usually around $3 to $5.
  • Send your support: Hit send and make our day!

Here's how you can send a PIX coffee

Coffee QR Code

  • Scan the QR Code: Open your bank account app and scan our PIX QR code.
  • Enter the amount: The cost of a coffee - usually around $3 to $5.
  • Send your support: Hit send and make our day!

PIX is a digital payment system in Brazil that allows instant payments 24/7 via mobile phones. If you found this project helpful, please consider buying me a coffee.

Thank you once again for your incredible support and for being a part of our community. Your contribution fuels our passion and commitment.

Author

Flavio Lopes Spreading practical data knowledge for decision making.

Contact

Questions, suggestions, or improvements? Contact me or contribute directly to the repository.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts