mrlj147/lynkco-auto-checkin — explained in plain English
Analysis updated 2026-05-18
Automatically check in to the Lynk and Co app every day to keep earning loyalty points.
Automatically share an article each day inside the app to collect extra points.
Get a push notification with your points balance and check-in streak after each run.
Keep your app login token refreshed indefinitely without manually logging in again.
| mrlj147/lynkco-auto-checkin | 100/stock-analysis-markov | 100/tab-organizer | |
|---|---|---|---|
| Stars | 11 | 11 | 11 |
| Language | — | Java | JavaScript |
| Last pushed | — | 2016-12-25 | 2021-03-01 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | general | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Requires capturing your own login token from the app with a network debugging tool before first run.
This project automates the daily check-in feature inside the Lynk and Co car brand's mobile app. Many car apps give users points or rewards for opening the app and tapping a check-in button every day, and this tool does that automatically instead of requiring you to remember to do it yourself. The tool runs inside a Docker container and performs three things on a schedule: it checks in once a day at a random time in an early morning window, it automatically shares an article each day to collect extra points, and it refreshes its own login token every time it runs so that your access never expires as long as the container keeps running daily. Results are sent to you through a push notification service called Bark, which is an iOS app for receiving custom alerts, though the project also supports sending notifications through WeCom, DingTalk, and Feishu, which are workplace chat tools common in China. To set it up, you first need to capture your own login token from the Lynk and Co app on your phone using a network debugging tool, log out and back into the app while capturing traffic, then copy the token values out of the response. Those values go into environment variables when you start the Docker container, either with a single docker run command or with Docker Compose. The token cache is saved to a file inside a mounted volume so it survives container restarts. The README notes that logging out of the app on your phone will break the refresh token, and that the setup only needs a fresh token if the container has been stopped for more than 30 days. The project author is explicit that this is meant for personal learning and use, not for abuse of the service. No license is stated in the README.
A Docker tool that automates the daily check-in and article-sharing tasks in the Lynk and Co car app, so you earn app points without opening it yourself.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.