diff --git a/README.md b/README.md
index 28ecb5e2..3764714a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,21 @@
@@ -100,8 +112,24 @@ from tradingview_screener import Query, col
For more examples have a look [here](https://shner-elmo.github.io/TradingView-Screener/tradingview_screener/query.html).
+
+# Real-time data
+
+So if you paid for a live-data add-on you need to login, you can do that
+```python
+```
---
+# Comparison to similar packages
+
+...
+
+## Longevity this is made to last, even if the API changes
+
+Learned from my mistakes and all columns, markets are documented in the website instead of being hardcoded in the library.
+And the website is updated daily by a GH actions script.
+
+You can also easily use other operations if theyre not documented: `Query.where({'left': ..., 'right': ..., 'operation': ...})`
# How it works
diff --git a/src/auth_config.pickle b/src/auth_config.pickle
deleted file mode 100644
index 08930da8..00000000
Binary files a/src/auth_config.pickle and /dev/null differ