https://github.com/bessarabov/app-allmychangesutils
https://github.com/bessarabov/app-allmychangesutils
perl
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bessarabov/app-allmychangesutils
- Owner: bessarabov
- Created: 2014-08-12T18:47:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T16:03:03.000Z (almost 11 years ago)
- Last Synced: 2025-02-09T21:15:51.721Z (over 1 year ago)
- Topics: perl
- Language: Perl
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# App::AllMyChangesUtils
This is repo with several scripts that create data files that can be imported
to the site https://allmychanges.com
## How to install `amch` script
The site https://allmychanges.com has special script `amch` that can export &
import data. [Official repo](https://github.com/svetlyak40wt/allmychanges).
To install script `amch` you should run:
pip install allmychanges
Then you should create config file `allmychanges.cfg` **in the directory where
you will run `amch`**. The token you can take at https://allmychanges.com/account/token/
[allmychanges]
token = MY-SECRET-TOKEN
You can check if your installation works by running `amch export`. It should
output all your data to the STDOUT.
## How to use scripts from this repo
./bin/get_github_favorites bessarabov > list
It will create file `list` with all git repos user `bessarabov` have
favourited at GitHub. The file is created in the special format that
can be parsed by `amch` script. To load all that data to the site
https://allmychanges.com you should run:
cat list | amch import