Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juandac/productivity-tools-holberton
https://github.com/juandac/productivity-tools-holberton
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/juandac/productivity-tools-holberton
- Owner: JuanDAC
- Created: 2021-02-09T05:01:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T20:03:10.000Z (over 2 years ago)
- Last Synced: 2023-03-09T08:21:51.925Z (over 1 year ago)
- Language: Python
- Size: 57.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Productivity-tools-holberton
## Things to do:
* Login / Credentials ✔️
* Repository name ✔️
* File names ✔️
* Main's content ✔️
* Select a project ✔️
* Create a Readme with the info provided by the task ✔️
* Save outputs in a file
* Tokenize in case of many files ✔️
* Add structure of files## Discord:
* NEW PROJECT:
* !repo
* !ctasks (how many tasks)
* !verify with cookie / credentials (Spoiler mode)
* !files
* !main-??
* !task-??
* !project-???# Instalation:
### First step:
dowload console file with the next command
```bash
wget https://raw.githubusercontent.com/JuanDAC/productivity-tools-holberton/master/console.py
```
### Second step:
Go to Holberton intranet, copy and paste your TOKEN_USER from COOKIES
![token_user](https://i.imgur.com/QEdPfvX.png)### Third step:
Go to console file and edit 27 line, replace the phrase into curly braces with your TOKEN,
after that close and save file### Fourth step:
execute the console withe the next command
```bash
chmod u+x ./console.py && ./console.py
```
### Fifth step:
Into console, you can print your current proyects with the next command:
```bash
get_projects
```
after that you will select a proyect with the next command:
```
use [ID_PROJECT]
```
and then create all the files, README, main.c and header files if
you are working with Low Level Programming :monkey:
using the next command:
```bash
create_files
```
### Finally:
Quit console with
```bash
quit
```
command and be HAPPY :)![luffy](https://pbs.twimg.com/profile_images/1114256027791192064/HcLSmgNp_400x400.png)