LinkdTime is a Timeline generator for Linkedin it can extract the exact date and time on a single post/comments or activity or generate a Timeline about a list of post/comments or activity
Python3
sudo apt-get update
sudo apt-get install python3
sudo apt-get install git
git clone https://github.com/Lucksi/LinkdTime
cd LinkdTime
python3 main.py
Platform | Tested |
---|---|
Linux | ✅ |
Mac-Os | ❌ |
Windows | ❌ |
Name |
---|
Posts |
Comments |
Comments/Replies |
Profile-Pictures Changes |
Company-Logo Changes |
For Changing the displayed date format you can change it on the file Configuration/Configuration.ini (Default value is the European format)
Name | Description | Format |
---|---|---|
Eu |
European Date Format | DD/MM/YYYY |
Us |
American Date Format | MM/DD/YYYY |
As |
Asian Date Format | YYYY/MM/DD |
Option name | Description | Query Example |
---|---|---|
timeline |
Create a timeline from a group of activities | timeline test.txt |
--autoname |
Generate a default name for each element in the timeline | timeline test.txt --autoname |
--timezone |
Set a Timezone for the the results (works with timelines and standalone links) (default GMT+2:OO) | timeline test.txt --timezone GMT+4:00 |
Element n°1
Format Name | Extension |
---|---|
Text File Format |
txt |
ORIGINAL CREATOR: LUCA GAROFALO (Lucksi)