https://github.com/umstek/evening
Pretty basic OSINT/data gathering userscript
https://github.com/umstek/evening
tampermonkey twitter userscript
Last synced: 10 months ago
JSON representation
Pretty basic OSINT/data gathering userscript
- Host: GitHub
- URL: https://github.com/umstek/evening
- Owner: umstek
- License: mit
- Created: 2024-09-14T14:23:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T11:46:26.000Z (10 months ago)
- Last Synced: 2025-04-02T12:35:16.632Z (10 months ago)
- Topics: tampermonkey, twitter, userscript
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evening
Pretty basic OSINT/data gathering userscript.
[](https://github.com/umstek/evening/actions/workflows/main.yml)
Currently only supports collecting twitter UserCell data, as you manually scroll
through twitter
- Followers
- Following
- Retweeters (For reposts excluding quote reposts)
- Likers (only your tweets)
They will be saved in indexed db automatically, and you can download all data as
a json when you press the download button in the upper right corner.
## Development
1. Have a web browser that is compatible with tampermonkey etc. Google Chrome will do.
2. Install tampermonkey and Disable-CSP extensions.
3. Turn off CSP using the extension. This takes some time to take effect; not sure why.
4. Clone this repository.
5. Run `bun i` (or use a package manager of your choice).
6. Run `bun dev`.
7. Go to the URL printed in the terminal.
8. Open twitter if it didn't open already.