Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bessarabov/app-allmychangesutils
https://github.com/bessarabov/app-allmychangesutils
perl
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bessarabov/app-allmychangesutils
- Owner: bessarabov
- Created: 2014-08-12T18:47:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T16:03:03.000Z (over 9 years ago)
- Last Synced: 2023-08-20T22:54:18.784Z (over 1 year ago)
- Topics: perl
- Language: Perl
- Size: 172 KB
- Stars: 0
- Watchers: 1
- 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-TOKENYou 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