FellowsCrawler is an automation project developed to track and manage contacts on this specific network.
This project is developed in Google Apps Script and is intended to be executed programmatically to automate the process of following and unfollowing back.
Before getting started, make sure you have the following prerequisites installed:
- Clone this repository to your local environment:
git clone https://github.com/rmottanet/fellows-crawler.git
- Navigate to the project directory:
cd fellows-crawler/bot
- Execute the command to log in to Clasp and link your Google account:
clasp login
- After logging in, execute the following command to create a new Apps Script project and link it to the cloned repository:
clasp create --type standalone
-
The above command will generate a
.clasp.json
file. Make sure not to share or expose this file publicly as it contains personal information. -
Now, upload the project files to Apps Script using the following command:
clasp push
- After successful upload, you can access the Google Apps Script Editor to view and edit the code.
- Access GitHub and log in to your account.
- Go to Settings > Developer settings.
- Create a new personal access token with appropriate access permissions.
- Copy the generated token.
- In the Google Apps Script environment, go to the project settings and insert the
GITHUB_TOKEN
in the script properties.
In the utils/excludeUsers.js
file, you can insert the users you do not want to include in the operation.
Make sure to review the application creation process using Clasp to ensure that no personal data is publicly exposed.
Contributions to the Fellows Crawler project are welcome! If you have ideas for improvements, feature requests, or bug reports, please feel free to open an issue or submit a pull request.
Thank you for considering the Fellows Crawler for your contacts manager needs. If you have any questions or need further assistance, please don't hesitate to reach out. Happy coding! 🚀