This commit is contained in:
fknives 2020-09-12 03:22:09 +03:00 committed by Gergely Hegedus
parent 89cad899d9
commit 708b08f6eb
50 changed files with 1540 additions and 2 deletions

View file

@ -1,2 +1,24 @@
# Revolut-Stock-List-Extract-Android
Simple App to extract the list of ticker symbols from Revolut
# Stock-List-Extract-Android
Simple App to extract the list of ticker symbols from R
## IF you need only the file: last updated at 2020.09.11
file: [stock_list_1599869417144.csv](https://github.com/fknives/Stock-List-Extract-Android/blob/dev/stock_list_1599869417144.csv)
## Usage:
- install the application on your phone
- Start the application
- Click on Start Service
- Enable Accessibility Service
- Click on Start Service again
- Notice a notification is shown
- Navigate to R All Stocks List
- Tap on the Notification
- Notice the app starts to load from the screen (the notification is updated)
- Wait until the notification disappears and the screen is scrolled until the end
- Go back to this app
- Notice it now shows all the tickers at the bottom and you can send the file to somewhere else
## Notes:
- the app does not have internet permission, so you don't have to worry that something is leaving your device that you do not want to
- after finishing the sync the AccessibilityService is disabled (at least above api 24, if you have a solution below please let me know)
- the file format is CSV meaning the tickers are separated by comma, easy to include into google sheets or other programs.