https://github.com/feenkcom/gt4twitter
https://github.com/feenkcom/gt4twitter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feenkcom/gt4twitter
- Owner: feenkcom
- License: mit
- Created: 2022-11-21T16:43:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T20:24:46.000Z (almost 2 years ago)
- Last Synced: 2025-10-25T05:49:37.431Z (8 months ago)
- Language: Smalltalk
- Size: 147 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gt4twitter
This project provides support for exploring Twitter data from Glamorous Toolkit.
This is still a work-in-progress only partially implementing the Twitter API and user data import.
### Loading
To load the project execute the code below in a Pharo snippet.
```
Metacello new
repository: 'github://feenkcom/gt4twitter:main';
baseline: #GToolkit4Twitter;
load.
#BaselineOfGToolkit4Twitter asClass loadLepiter.
```
### Getting Started
This projects provides two ways of exploring Twitter data:
- *Twitter API*: data can be obtained from Twitter using their API;
- *Twitter Export*: users can download from Twitter an archive containing their data.
All documentation is available after loading the project in the *"Twitter Data"* knowledge base. You can open spotter and search for *"Twitter Data"*.